Shades of Lucky #A8A00F
Tints of Lucky #A8A00F
RGB
CMYK
RGB Variations
Color information
#A8A00F (or 0xA8A00F) is known color: Lucky. HEX triplet: A8, A0 and 0F. RGB value is (168,160,15). Sum of RGB (Red+Green+Blue) = 168+160+15=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 160 (62.89% from 255 or 46.65% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A00F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8A00F is #575FF0. Grayscale: #929292. Windows color (decimal): -5726193 or 1024168. OLE color: 1024168.
HSL color Cylindrical-coordinate representation of color #A8A00F: hue angle of 56.86º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8A00F is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 160 | 15 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.34 |
| HSL | 56.86º | 0.84% | 0.36% | - |
| HSV(B) | 56.86º | 0.91% | 0.66% | - |
| XYZ | 28.81 | 33.5 | 5.4 | - |
| YUV | 145.86 | 54.15 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 160 | 15 | 0 | 0.05 | 0.91 | 0.34 | 56.86 | 0.84 | 0.36 |
| Hex | A8 | A0 | F | 0 | 5 | 5B | 22 | 39 | 54 | 24 |
| Octal | 250 | 240 | 17 | 0 | 5 | 133 | 42 | 71 | 124 | 44 |
| Binary | 10101000 | 10100000 | 1111 | 0 | 101 | 1011011 | 100010 | 111001 | 1010100 | 100100 |
Color Harmonies of #A8A00F
Complementary color
Monochromatic Colors of #A8A00F
Black with #A8A00F
Text Example
Text Example
White with #A8A00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A00F; }
p { color: rgb(168,160,15); }
H1.HeaderClassName
{
color: #A8A00F;
}
.AnyTagClassName
{
color: #A8A00F;
}
</style>
background-color css
<style>
a { background-color: #A8A00F; }
a { background-color: rgb(168,160,15); }
div.DivClassName
{
background-color: #A8A00F;
}
.BgClassName
{
background-color: #A8A00F;
}
</style>
border-color css
<style>
span { border-color: #A8A00F; }
span { border-color: rgb(168,160,15); }
td.TdClassName
{
border-color: #A8A00F;
}
.TagClassName
{
border-color: #A8A00F;
}
</style>