Shades of Lucky #A8A001
Tints of Lucky #A8A001
RGB
CMYK
RGB Variations
Color information
#A8A001 (or 0xA8A001) is known color: Lucky. HEX triplet: A8, A0 and 01. RGB value is (168,160,1). Sum of RGB (Red+Green+Blue) = 168+160+1=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 160 (62.89% from 255 or 48.63% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8A001 is #575FFE. Grayscale: #909090. Windows color (decimal): -5726207 or 106664. OLE color: 106664.
HSL color Cylindrical-coordinate representation of color #A8A001: hue angle of 57.13º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8A001 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 160 | 1 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.34 |
| HSL | 57.13º | 0.99% | 0.33% | - |
| HSV(B) | 57.13º | 0.99% | 0.66% | - |
| XYZ | 28.72 | 33.47 | 4.97 | - |
| YUV | 144.27 | 47.15 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 160 | 1 | 0 | 0.05 | 0.99 | 0.34 | 57.13 | 0.99 | 0.33 |
| Hex | A8 | A0 | 1 | 0 | 5 | 63 | 22 | 39 | 63 | 21 |
| Octal | 250 | 240 | 1 | 0 | 5 | 143 | 42 | 71 | 143 | 41 |
| Binary | 10101000 | 10100000 | 1 | 0 | 101 | 1100011 | 100010 | 111001 | 1100011 | 100001 |
Color Harmonies of #A8A001
Complementary color
Monochromatic Colors of #A8A001
Black with #A8A001
Text Example
Text Example
White with #A8A001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A001; }
p { color: rgb(168,160,1); }
H1.HeaderClassName
{
color: #A8A001;
}
.AnyTagClassName
{
color: #A8A001;
}
</style>
background-color css
<style>
a { background-color: #A8A001; }
a { background-color: rgb(168,160,1); }
div.DivClassName
{
background-color: #A8A001;
}
.BgClassName
{
background-color: #A8A001;
}
</style>
border-color css
<style>
span { border-color: #A8A001; }
span { border-color: rgb(168,160,1); }
td.TdClassName
{
border-color: #A8A001;
}
.TagClassName
{
border-color: #A8A001;
}
</style>