#a48e15

Color #A48E15 Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #A48E15

Tints of Lucky #A48E15

Color information

#A48E15 (or 0xA48E15) is unknown color: approx Lucky. HEX triplet: A4, 8E and 15. RGB value is (164,142,21). Sum of RGB (Red+Green+Blue) = 164+142+21=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 142 (55.86% from 255 or 43.43% from 327); Blue value is 21 (8.59% from 255 or 6.42% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48E15 is #5B71EA. Grayscale: #878787. Windows color (decimal): -5992939 or 1412772. OLE color: 1412772.

HSL color Cylindrical-coordinate representation of color #A48E15: hue angle of 50.77º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A48E15 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB16414221-
CMYK00.130.870.36
HSL50.77º77.3%36.27%-
HSV(B)50.77º87.2%64.31%-
XYZ25.1227.294.65-
YUV134.7863.79148.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 50.15%
GREEN value IS 142 (55.86% from 255) = 43.43%
BLUE value IS 21 (8.59% from 255) = 6.42%
R=50.15%
G=43.43%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641422100.130.870.3650.7777.336.27
HexA48E150D5724334d24
Octal24421625015127446311544
Binary1010010010001110101010110110101111001001100111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a48e15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a48e15; }

 p { color: rgb(164,142,21); }

 H1.HeaderClassName
 {
   color: #a48e15;
 }
 .AnyTagClassName
 {
   color: #a48e15;
 }
</style>
background-color css

<style>
 a { background-color: #a48e15; }

 a { background-color: rgb(164,142,21); }

 div.DivClassName
 {
   background-color: #a48e15;
 }
 .BgClassName
 {
   background-color: #a48e15;
 }
</style>
border-color css

<style>
 span { border-color: #a48e15; }

 span { border-color: rgb(164,142,21); }

 td.TdClassName
 {
   border-color: #a48e15;
 }
 .TagClassName
 {
   border-color: #a48e15;
 }
</style>