#A29A15

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

Shades of Lucky #A29A15

Tints of Lucky #A29A15

Color information

#A29A15 (or 0xA29A15) is unknown color: approx Lucky. HEX triplet: A2, 9A and 15. RGB value is (162,154,21). Sum of RGB (Red+Green+Blue) = 162+154+21=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 154 (60.55% from 255 or 45.70% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29A15 is #5D65EA. Grayscale: #8D8D8D. Windows color (decimal): -6120939 or 1415842. OLE color: 1415842.

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

Color convert

RGB16215421-
CMYK00.050.870.36
HSL56.6º77.05%35.88%-
HSV(B)56.6º87.04%63.53%-
XYZ26.5930.855.26-
YUV141.2360.15142.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.07%
GREEN value IS 154 (60.55% from 255) = 45.70%
BLUE value IS 21 (8.59% from 255) = 6.23%
R=48.07%
G=45.70%
B=6.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621542100.050.870.3656.677.0535.88
HexA29A15055724394d24
Octal2422322505127447111544
Binary101000101001101010101010110101111001001110011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29A15; }

 p { color: rgb(162,154,21); }

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

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

 a { background-color: rgb(162,154,21); }

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

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

 span { border-color: rgb(162,154,21); }

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