#A29D18

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

Shades of Lucky #A29D18

Tints of Lucky #A29D18

Color information

#A29D18 (or 0xA29D18) is unknown color: approx Lucky. HEX triplet: A2, 9D and 18. RGB value is (162,157,24). Sum of RGB (Red+Green+Blue) = 162+157+24=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 24 (9.77% from 255 or 7.00% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29D18 is #5D62E7. Grayscale: #8F8F8F. Windows color (decimal): -6120168 or 1613218. OLE color: 1613218.

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

Color convert

RGB16215724-
CMYK00.030.850.36
HSL57.83º74.19%36.47%-
HSV(B)57.83º85.19%63.53%-
XYZ27.1231.865.58-
YUV143.3360.66141.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.23%
GREEN value IS 157 (61.72% from 255) = 45.77%
BLUE value IS 24 (9.77% from 255) = 7.00%
R=47.23%
G=45.77%
B=7.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621572400.030.850.3657.8374.1936.47
HexA29D180355243a4a24
Octal2422353003125447211244
Binary10100010100111011100001110101011001001110101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29D18; }

 p { color: rgb(162,157,24); }

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

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

 a { background-color: rgb(162,157,24); }

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

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

 span { border-color: rgb(162,157,24); }

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