Shades of Lucky #A8980E
Tints of Lucky #A8980E
RGB
CMYK
RGB Variations
Color information
#A8980E (or 0xA8980E) is known color: Lucky. HEX triplet: A8, 98 and 0E. RGB value is (168,152,14). Sum of RGB (Red+Green+Blue) = 168+152+14=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 152 (59.77% from 255 or 45.51% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A8980E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8980E is #5767F1. Grayscale: #8D8D8D. Windows color (decimal): -5728242 or 956584. OLE color: 956584.
HSL color Cylindrical-coordinate representation of color #A8980E: hue angle of 53.77º 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 #A8980E is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 152 | 14 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.34 |
| HSL | 53.77º | 0.85% | 0.36% | - |
| HSV(B) | 53.77º | 0.92% | 0.66% | - |
| XYZ | 27.46 | 30.81 | 4.92 | - |
| YUV | 141.05 | 56.3 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 152 | 14 | 0 | 0.10 | 0.92 | 0.34 | 53.77 | 0.85 | 0.36 |
| Hex | A8 | 98 | E | 0 | A | 5C | 22 | 36 | 55 | 24 |
| Octal | 250 | 230 | 16 | 0 | 12 | 134 | 42 | 66 | 125 | 44 |
| Binary | 10101000 | 10011000 | 1110 | 0 | 1010 | 1011100 | 100010 | 110110 | 1010101 | 100100 |
Color Harmonies of #A8980E
Complementary color
Monochromatic Colors of #A8980E
Black with #A8980E
Text Example
Text Example
White with #A8980E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8980E; }
p { color: rgb(168,152,14); }
H1.HeaderClassName
{
color: #A8980E;
}
.AnyTagClassName
{
color: #A8980E;
}
</style>
background-color css
<style>
a { background-color: #A8980E; }
a { background-color: rgb(168,152,14); }
div.DivClassName
{
background-color: #A8980E;
}
.BgClassName
{
background-color: #A8980E;
}
</style>
border-color css
<style>
span { border-color: #A8980E; }
span { border-color: rgb(168,152,14); }
td.TdClassName
{
border-color: #A8980E;
}
.TagClassName
{
border-color: #A8980E;
}
</style>