#A49806

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

Shades of Lucky #A49806

Tints of Lucky #A49806

Color information

#A49806 (or 0xA49806) is unknown color: approx Lucky. HEX triplet: A4, 98 and 06. RGB value is (164,152,6). Sum of RGB (Red+Green+Blue) = 164+152+6=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 6 (2.73% from 255 or 1.86% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A49806 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49806 is #5B67F9. Grayscale: #8B8B8B. Windows color (decimal): -5990394 or 432292. OLE color: 432292.

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

Color convert

RGB1641526-
CMYK00.070.960.36
HSL55.44º92.94%33.33%-
HSV(B)55.44º96.34%64.31%-
XYZ26.5730.364.63-
YUV138.9452.98145.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.93%
GREEN value IS 152 (59.77% from 255) = 47.20%
BLUE value IS 6 (2.73% from 255) = 1.86%
R=50.93%
G=47.20%
B=1.86%

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
Decimal164152600.070.960.3655.4492.9433.33
HexA4986076024375d21
Octal244230607140446713541
Binary1010010010011000110011111000001001001101111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49806; }

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

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

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

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

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

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

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

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