#A29606

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

Shades of Lucky #A29606

Tints of Lucky #A29606

Color information

#A29606 (or 0xA29606) is unknown color: approx Lucky. HEX triplet: A2, 96 and 06. RGB value is (162,150,6). Sum of RGB (Red+Green+Blue) = 162+150+6=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 6 (2.73% from 255 or 1.89% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A29606 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29606 is #5D69F9. Grayscale: #898989. Windows color (decimal): -6121978 or 431778. OLE color: 431778.

HSL color Cylindrical-coordinate representation of color #A29606: hue angle of 55.38º degrees, saturation: 0.93, 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 #A29606 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB1621506-
CMYK00.070.960.36
HSL55.38º92.86%32.94%-
HSV(B)55.38º96.3%63.53%-
XYZ25.8429.514.51-
YUV137.1753.98145.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.94%
GREEN value IS 150 (58.98% from 255) = 47.17%
BLUE value IS 6 (2.73% from 255) = 1.89%
R=50.94%
G=47.17%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162150600.070.960.3655.3892.8632.94
HexA2966076024375d21
Octal242226607140446713541
Binary1010001010010110110011111000001001001101111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29606; }

 p { color: rgb(162,150,6); }

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

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

 a { background-color: rgb(162,150,6); }

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

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

 span { border-color: rgb(162,150,6); }

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