#A09819

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

Shades of Lucky #A09819

Tints of Lucky #A09819

Color information

#A09819 (or 0xA09819) is unknown color: approx Lucky. HEX triplet: A0, 98 and 19. RGB value is (160,152,25). Sum of RGB (Red+Green+Blue) = 160+152+25=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A09819 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09819 is #5F67E6. Grayscale: #8C8C8C. Windows color (decimal): -6252519 or 1677472. OLE color: 1677472.

HSL color Cylindrical-coordinate representation of color #A09819: hue angle of 56.44º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A09819 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB16015225-
CMYK00.050.840.37
HSL56.44º72.97%36.27%-
HSV(B)56.44º84.38%62.75%-
XYZ25.9305.35-
YUV139.9163.15142.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.48%
GREEN value IS 152 (59.77% from 255) = 45.10%
BLUE value IS 25 (10.16% from 255) = 7.42%
R=47.48%
G=45.10%
B=7.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601522500.050.840.3756.4472.9736.27
HexA09819055425384924
Octal2402303105124457011144
Binary101000001001100011001010110101001001011110001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09819; }

 p { color: rgb(160,152,25); }

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

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

 a { background-color: rgb(160,152,25); }

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

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

 span { border-color: rgb(160,152,25); }

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