#A09319

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

Shades of Lucky #A09319

Tints of Lucky #A09319

Color information

#A09319 (or 0xA09319) is unknown color: approx Lucky. HEX triplet: A0, 93 and 19. RGB value is (160,147,25). Sum of RGB (Red+Green+Blue) = 160+147+25=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A09319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09319 is #5F6CE6. Grayscale: #898989. Windows color (decimal): -6253799 or 1676192. OLE color: 1676192.

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

Color convert

RGB16014725-
CMYK00.080.840.37
HSL54.22º72.97%36.27%-
HSV(B)54.22º84.38%62.75%-
XYZ25.1128.415.08-
YUV136.9864.81144.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.19%
GREEN value IS 147 (57.81% from 255) = 44.28%
BLUE value IS 25 (10.16% from 255) = 7.53%
R=48.19%
G=44.28%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601472500.080.840.3754.2272.9736.27
HexA09319085425364924
Octal24022331010124456611144
Binary1010000010010011110010100010101001001011101101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09319; }

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

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

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

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

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

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

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

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