#A0A008

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

Shades of Lucky #A0A008

Tints of Lucky #A0A008

Color information

#A0A008 (or 0xA0A008) is unknown color: approx Lucky. HEX triplet: A0, A0 and 08. RGB value is (160,160,8). Sum of RGB (Red+Green+Blue) = 160+160+8=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 160 (62.89% from 255 or 48.78% from 328); Blue value is 8 (3.52% from 255 or 2.44% from 328); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A008 is #5F5FF7. Grayscale: #8F8F8F. Windows color (decimal): -6250488 or 565408. OLE color: 565408.

HSL color Cylindrical-coordinate representation of color #A0A008: hue angle of 60º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0A008 is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB1601608-
CMYK000.950.37
HSL60º90.48%32.94%-
HSV(B)60º95%62.75%-
XYZ27.1132.635.1-
YUV142.6752140.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.78%
GREEN value IS 160 (62.89% from 255) = 48.78%
BLUE value IS 8 (3.52% from 255) = 2.44%
R=48.78%
G=48.78%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601608000.950.376090.4832.94
HexA0A08005F253c5a21
Octal2402401000137457413241
Binary101000001010000010000010111111001011111001011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A008; }

 p { color: rgb(160,160,8); }

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

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

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

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

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

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

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