Shades of Lucky #A8A00B
Tints of Lucky #A8A00B
RGB
CMYK
RGB Variations
Color information
#A8A00B (or 0xA8A00B) is known color: Lucky. HEX triplet: A8, A0 and 0B. RGB value is (168,160,11). Sum of RGB (Red+Green+Blue) = 168+160+11=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 160 (62.89% from 255 or 47.20% from 339); Blue value is 11 (4.69% from 255 or 3.24% from 339); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A00B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8A00B is #575FF4. Grayscale: #929292. Windows color (decimal): -5726197 or 762024. OLE color: 762024.
HSL color Cylindrical-coordinate representation of color #A8A00B: hue angle of 56.94º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8A00B is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 160 | 11 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.34 |
| HSL | 56.94º | 0.88% | 0.35% | - |
| HSV(B) | 56.94º | 0.93% | 0.66% | - |
| XYZ | 28.78 | 33.49 | 5.26 | - |
| YUV | 145.41 | 52.15 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 160 | 11 | 0 | 0.05 | 0.93 | 0.34 | 56.94 | 0.88 | 0.35 |
| Hex | A8 | A0 | B | 0 | 5 | 5D | 22 | 39 | 58 | 23 |
| Octal | 250 | 240 | 13 | 0 | 5 | 135 | 42 | 71 | 130 | 43 |
| Binary | 10101000 | 10100000 | 1011 | 0 | 101 | 1011101 | 100010 | 111001 | 1011000 | 100011 |
Color Harmonies of #A8A00B
Complementary color
Monochromatic Colors of #A8A00B
Black with #A8A00B
Text Example
Text Example
White with #A8A00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A00B; }
p { color: rgb(168,160,11); }
H1.HeaderClassName
{
color: #A8A00B;
}
.AnyTagClassName
{
color: #A8A00B;
}
</style>
background-color css
<style>
a { background-color: #A8A00B; }
a { background-color: rgb(168,160,11); }
div.DivClassName
{
background-color: #A8A00B;
}
.BgClassName
{
background-color: #A8A00B;
}
</style>
border-color css
<style>
span { border-color: #A8A00B; }
span { border-color: rgb(168,160,11); }
td.TdClassName
{
border-color: #A8A00B;
}
.TagClassName
{
border-color: #A8A00B;
}
</style>