#A49906

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

Shades of Lucky #A49906

Tints of Lucky #A49906

Color information

#A49906 (or 0xA49906) is unknown color: approx Lucky. HEX triplet: A4, 99 and 06. RGB value is (164,153,6). Sum of RGB (Red+Green+Blue) = 164+153+6=323 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.77% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 6 (2.73% from 255 or 1.86% from 323); Max value from RGB is 164 - color contains mainly: red. Hex color #A49906 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49906 is #5B66F9. Grayscale: #8C8C8C. Windows color (decimal): -5990138 or 432548. OLE color: 432548.

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

Color convert

RGB1641536-
CMYK00.070.960.36
HSL55.82º92.94%33.33%-
HSV(B)55.82º96.34%64.31%-
XYZ26.7330.694.69-
YUV139.5352.64145.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.77%
GREEN value IS 153 (60.16% from 255) = 47.37%
BLUE value IS 6 (2.73% from 255) = 1.86%
R=50.77%
G=47.37%
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
Decimal164153600.070.960.3655.8292.9433.33
HexA4996076024385d21
Octal244231607140447013541
Binary1010010010011001110011111000001001001110001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49906; }

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

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

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

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

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

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

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

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