#A49809

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

Shades of Lucky #A49809

Tints of Lucky #A49809

Color information

#A49809 (or 0xA49809) is unknown color: approx Lucky. HEX triplet: A4, 98 and 09. RGB value is (164,152,9). Sum of RGB (Red+Green+Blue) = 164+152+9=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 9 (3.91% from 255 or 2.77% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A49809 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49809 is #5B67F6. Grayscale: #8B8B8B. Windows color (decimal): -5990391 or 628900. OLE color: 628900.

HSL color Cylindrical-coordinate representation of color #A49809: hue angle of 55.35º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A49809 is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB1641529-
CMYK00.070.950.36
HSL55.35º89.6%33.92%-
HSV(B)55.35º94.51%64.31%-
XYZ26.5930.374.72-
YUV139.2954.48145.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.46%
GREEN value IS 152 (59.77% from 255) = 46.77%
BLUE value IS 9 (3.91% from 255) = 2.77%
R=50.46%
G=46.77%
B=2.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164152900.070.950.3655.3589.633.92
HexA4989075F24375a22
Octal2442301107137446713242
Binary10100100100110001001011110111111001001101111011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49809; }

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

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

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

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

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

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

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

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