#A49706

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

Shades of Lucky #A49706

Tints of Lucky #A49706

Color information

#A49706 (or 0xA49706) is unknown color: approx Lucky. HEX triplet: A4, 97 and 06. RGB value is (164,151,6). Sum of RGB (Red+Green+Blue) = 164+151+6=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 151 (59.38% from 255 or 47.04% from 321); Blue value is 6 (2.73% from 255 or 1.87% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A49706 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49706 is #5B68F9. Grayscale: #8A8A8A. Windows color (decimal): -5990650 or 432036. OLE color: 432036.

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

Color convert

RGB1641516-
CMYK00.080.960.36
HSL55.06º92.94%33.33%-
HSV(B)55.06º96.34%64.31%-
XYZ26.4130.044.58-
YUV138.3653.31146.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.09%
GREEN value IS 151 (59.38% from 255) = 47.04%
BLUE value IS 6 (2.73% from 255) = 1.87%
R=51.09%
G=47.04%
B=1.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164151600.080.960.3655.0692.9433.33
HexA4976086024375d21
Octal2442276010140446713541
Binary10100100100101111100100011000001001001101111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49706; }

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

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

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

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

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

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

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

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