#A29706

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

Shades of Lucky #A29706

Tints of Lucky #A29706

Color information

#A29706 (or 0xA29706) is unknown color: approx Lucky. HEX triplet: A2, 97 and 06. RGB value is (162,151,6). Sum of RGB (Red+Green+Blue) = 162+151+6=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 151 (59.38% from 255 or 47.34% from 319); Blue value is 6 (2.73% from 255 or 1.88% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A29706 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29706 is #5D68F9. Grayscale: #8A8A8A. Windows color (decimal): -6121722 or 432034. OLE color: 432034.

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

Color convert

RGB1621516-
CMYK00.070.960.36
HSL55.77º92.86%32.94%-
HSV(B)55.77º96.3%63.53%-
XYZ2629.834.56-
YUV137.7653.64145.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.78%
GREEN value IS 151 (59.38% from 255) = 47.34%
BLUE value IS 6 (2.73% from 255) = 1.88%
R=50.78%
G=47.34%
B=1.88%

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
Decimal162151600.070.960.3655.7792.8632.94
HexA2976076024385d21
Octal242227607140447013541
Binary1010001010010111110011111000001001001110001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29706; }

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

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

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

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

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

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

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

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