Shades of Lucky #A0A008
Tints of Lucky #A0A008
RGB
CMYK
RGB Variations
Color information
#A0A008 (or 0xA0A008) is known color: 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
| RGB | 160 | 160 | 8 | - |
| CMYK | 0 | 0 | 0.95 | 0.37 |
| HSL | 60º | 0.9% | 0.33% | - |
| HSV(B) | 60º | 0.95% | 0.63% | - |
| XYZ | 27.11 | 32.63 | 5.1 | - |
| YUV | 142.67 | 52 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 160 | 8 | 0 | 0 | 0.95 | 0.37 | 60 | 0.9 | 0.33 |
| Hex | A0 | A0 | 8 | 0 | 0 | 5F | 25 | 3C | 5A | 21 |
| Octal | 240 | 240 | 10 | 0 | 0 | 137 | 45 | 74 | 132 | 41 |
| Binary | 10100000 | 10100000 | 1000 | 0 | 0 | 1011111 | 100101 | 111100 | 1011010 | 100001 |
Color Harmonies of #A0A008
Complementary color
Monochromatic Colors of #A0A008
Black with #A0A008
Text Example
Text Example
White with #A0A008
Text Example
Text Example
HTML Codes & Css Web 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>