#A29E18

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

Shades of Lucky #A29E18

Tints of Lucky #A29E18

Color information

#A29E18 (or 0xA29E18) is unknown color: approx Lucky. HEX triplet: A2, 9E and 18. RGB value is (162,158,24). Sum of RGB (Red+Green+Blue) = 162+158+24=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 158 (62.11% from 255 or 45.93% from 344); Blue value is 24 (9.77% from 255 or 6.98% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29E18 is #5D61E7. Grayscale: #909090. Windows color (decimal): -6119912 or 1613474. OLE color: 1613474.

HSL color Cylindrical-coordinate representation of color #A29E18: hue angle of 58.26º 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 #A29E18 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB16215824-
CMYK00.020.850.36
HSL58.26º74.19%36.47%-
HSV(B)58.26º85.19%63.53%-
XYZ27.2932.25.64-
YUV143.9260.33140.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.09%
GREEN value IS 158 (62.11% from 255) = 45.93%
BLUE value IS 24 (9.77% from 255) = 6.98%
R=47.09%
G=45.93%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621582400.020.850.3658.2674.1936.47
HexA29E180255243a4a24
Octal2422363002125447211244
Binary10100010100111101100001010101011001001110101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29E18; }

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

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

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

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

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

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

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

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