#A29D0A

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

Shades of Lucky #A29D0A

Tints of Lucky #A29D0A

Color information

#A29D0A (or 0xA29D0A) is unknown color: approx Lucky. HEX triplet: A2, 9D and 0A. RGB value is (162,157,10). Sum of RGB (Red+Green+Blue) = 162+157+10=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 157 (61.72% from 255 or 47.72% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29D0A is #5D62F5. Grayscale: #8E8E8E. Windows color (decimal): -6120182 or 695714. OLE color: 695714.

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

Color convert

RGB16215710-
CMYK00.030.940.36
HSL58.03º88.37%33.73%-
HSV(B)58.03º93.83%63.53%-
XYZ27.0131.825-
YUV141.7453.66142.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.24%
GREEN value IS 157 (61.72% from 255) = 47.72%
BLUE value IS 10 (4.30% from 255) = 3.04%
R=49.24%
G=47.72%
B=3.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621571000.030.940.3658.0388.3733.73
HexA29DA035E243a5822
Octal2422351203136447213042
Binary1010001010011101101001110111101001001110101011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29D0A; }

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

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

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

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

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

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

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

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