#A09814

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

Shades of Lucky #A09814

Tints of Lucky #A09814

Color information

#A09814 (or 0xA09814) is unknown color: approx Lucky. HEX triplet: A0, 98 and 14. RGB value is (160,152,20). Sum of RGB (Red+Green+Blue) = 160+152+20=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A09814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09814 is #5F67EB. Grayscale: #8B8B8B. Windows color (decimal): -6252524 or 1349792. OLE color: 1349792.

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

Color convert

RGB16015220-
CMYK00.050.880.37
HSL56.57º77.78%35.29%-
HSV(B)56.57º87.5%62.75%-
XYZ25.8529.985.09-
YUV139.3460.65142.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.19%
GREEN value IS 152 (59.77% from 255) = 45.78%
BLUE value IS 20 (8.20% from 255) = 6.02%
R=48.19%
G=45.78%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601522000.050.880.3756.5777.7835.29
HexA09814055825394e23
Octal2402302405130457111643
Binary101000001001100010100010110110001001011110011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09814; }

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

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

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

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

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

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

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

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