#A09519

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

Shades of Lucky #A09519

Tints of Lucky #A09519

Color information

#A09519 (or 0xA09519) is unknown color: approx Lucky. HEX triplet: A0, 95 and 19. RGB value is (160,149,25). Sum of RGB (Red+Green+Blue) = 160+149+25=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A09519 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09519 is #5F6AE6. Grayscale: #8A8A8A. Windows color (decimal): -6253287 or 1676704. OLE color: 1676704.

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

Color convert

RGB16014925-
CMYK00.070.840.37
HSL55.11º72.97%36.27%-
HSV(B)55.11º84.38%62.75%-
XYZ25.4229.045.18-
YUV138.1564.14143.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.90%
GREEN value IS 149 (58.59% from 255) = 44.61%
BLUE value IS 25 (10.16% from 255) = 7.49%
R=47.90%
G=44.61%
B=7.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601492500.070.840.3755.1172.9736.27
HexA09519075425374924
Octal2402253107124456711144
Binary101000001001010111001011110101001001011101111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09519; }

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

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

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

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

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

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

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

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