#a09411

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

Shades of Lucky #A09411

Tints of Lucky #A09411

Color information

#A09411 (or 0xA09411) is unknown color: approx Lucky. HEX triplet: A0, 94 and 11. RGB value is (160,148,17). Sum of RGB (Red+Green+Blue) = 160+148+17=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A09411 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09411 is #5F6BEE. Grayscale: #898989. Windows color (decimal): -6253551 or 1152160. OLE color: 1152160.

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

Color convert

RGB16014817-
CMYK00.070.890.37
HSL54.97º80.79%34.71%-
HSV(B)54.97º89.38%62.75%-
XYZ25.1928.694.74-
YUV136.6560.48144.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.23%
GREEN value IS 148 (58.20% from 255) = 45.54%
BLUE value IS 17 (7.03% from 255) = 5.23%
R=49.23%
G=45.54%
B=5.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601481700.070.890.3754.9780.7934.71
HexA09411075925375123
Octal2402242107131456712143
Binary101000001001010010001011110110011001011101111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a09411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a09411; }

 p { color: rgb(160,148,17); }

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

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

 a { background-color: rgb(160,148,17); }

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

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

 span { border-color: rgb(160,148,17); }

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