Shades of Lucky #A8990E
Tints of Lucky #A8990E
RGB
CMYK
RGB Variations
Color information
#A8990E (or 0xA8990E) is known color: Lucky. HEX triplet: A8, 99 and 0E. RGB value is (168,153,14). Sum of RGB (Red+Green+Blue) = 168+153+14=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A8990E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8990E is #5766F1. Grayscale: #8E8E8E. Windows color (decimal): -5727986 or 956840. OLE color: 956840.
HSL color Cylindrical-coordinate representation of color #A8990E: hue angle of 54.16º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8990E is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 153 | 14 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.34 |
| HSL | 54.16º | 0.85% | 0.36% | - |
| HSV(B) | 54.16º | 0.92% | 0.66% | - |
| XYZ | 27.62 | 31.14 | 4.97 | - |
| YUV | 141.64 | 55.97 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 14 | 0 | 0.09 | 0.92 | 0.34 | 54.16 | 0.85 | 0.36 |
| Hex | A8 | 99 | E | 0 | 9 | 5C | 22 | 36 | 55 | 24 |
| Octal | 250 | 231 | 16 | 0 | 11 | 134 | 42 | 66 | 125 | 44 |
| Binary | 10101000 | 10011001 | 1110 | 0 | 1001 | 1011100 | 100010 | 110110 | 1010101 | 100100 |
Color Harmonies of #A8990E
Complementary color
Monochromatic Colors of #A8990E
Black with #A8990E
Text Example
Text Example
White with #A8990E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8990E; }
p { color: rgb(168,153,14); }
H1.HeaderClassName
{
color: #A8990E;
}
.AnyTagClassName
{
color: #A8990E;
}
</style>
background-color css
<style>
a { background-color: #A8990E; }
a { background-color: rgb(168,153,14); }
div.DivClassName
{
background-color: #A8990E;
}
.BgClassName
{
background-color: #A8990E;
}
</style>
border-color css
<style>
span { border-color: #A8990E; }
span { border-color: rgb(168,153,14); }
td.TdClassName
{
border-color: #A8990E;
}
.TagClassName
{
border-color: #A8990E;
}
</style>