#A0A11F

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

Shades of Lucky #A0A11F

Tints of Lucky #A0A11F

Color information

#A0A11F (or 0xA0A11F) is unknown color: approx Lucky. HEX triplet: A0, A1 and 1F. RGB value is (160,161,31). Sum of RGB (Red+Green+Blue) = 160+161+31=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 161 - color contains mainly: green. Hex color #A0A11F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A11F is #5F5EE0. Grayscale: #929292. Windows color (decimal): -6250209 or 2072992. OLE color: 2072992.

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

Color convert

RGB16016131-
CMYK0.0100.810.37
HSL60.46º67.71%37.65%-
HSV(B)60.46º80.75%63.14%-
XYZ27.4933.066.23-
YUV145.8863.17138.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.45%
GREEN value IS 161 (63.28% from 255) = 45.74%
BLUE value IS 31 (12.5% from 255) = 8.81%
R=45.45%
G=45.74%
B=8.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160161310.0100.810.3760.4667.7137.65
HexA0A11F1051253c4426
Octal2402413710121457410446
Binary1010000010100001111111010100011001011111001000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A11F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A11F; }

 p { color: rgb(160,161,31); }

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

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

 a { background-color: rgb(160,161,31); }

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

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

 span { border-color: rgb(160,161,31); }

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