#A0A10F

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

Shades of Lucky #A0A10F

Tints of Lucky #A0A10F

Color information

#A0A10F (or 0xA0A10F) is unknown color: approx Lucky. HEX triplet: A0, A1 and 0F. RGB value is (160,161,15). Sum of RGB (Red+Green+Blue) = 160+161+15=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 161 - color contains mainly: green. Hex color #A0A10F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A10F is #5F5EF0. Grayscale: #909090. Windows color (decimal): -6250225 or 1024416. OLE color: 1024416.

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

Color convert

RGB16016115-
CMYK0.0100.910.37
HSL60.41º82.95%34.51%-
HSV(B)60.41º90.68%63.14%-
XYZ27.33335.38-
YUV144.0655.17139.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.62%
GREEN value IS 161 (63.28% from 255) = 47.92%
BLUE value IS 15 (6.25% from 255) = 4.46%
R=47.62%
G=47.92%
B=4.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160161150.0100.910.3760.4182.9534.51
HexA0A1F105B253c5323
Octal2402411710133457412343
Binary101000001010000111111010110111001011111001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A10F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A10F; }

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

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

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

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

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

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

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

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