#A29C07

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

Shades of Lucky #A29C07

Tints of Lucky #A29C07

Color information

#A29C07 (or 0xA29C07) is unknown color: approx Lucky. HEX triplet: A2, 9C and 07. RGB value is (162,156,7). Sum of RGB (Red+Green+Blue) = 162+156+7=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 156 (61.33% from 255 or 48% from 325); Blue value is 7 (3.12% from 255 or 2.15% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29C07 is #5D63F8. Grayscale: #8D8D8D. Windows color (decimal): -6120441 or 498850. OLE color: 498850.

HSL color Cylindrical-coordinate representation of color #A29C07: hue angle of 57.68º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A29C07 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB1621567-
CMYK00.040.960.36
HSL57.68º91.72%33.14%-
HSV(B)57.68º95.68%63.53%-
XYZ26.8331.474.86-
YUV140.8152.49143.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.85%
GREEN value IS 156 (61.33% from 255) = 48%
BLUE value IS 7 (3.12% from 255) = 2.15%
R=49.85%
G=48%
B=2.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162156700.040.960.3657.6891.7233.14
HexA29C70460243a5c21
Octal242234704140447213441
Binary1010001010011100111010011000001001001110101011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29C07; }

 p { color: rgb(162,156,7); }

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

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

 a { background-color: rgb(162,156,7); }

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

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

 span { border-color: rgb(162,156,7); }

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