Shades of Lucky #A98F0E
Tints of Lucky #A98F0E
RGB
CMYK
RGB Variations
Color information
#A98F0E (or 0xA98F0E) is known color: Lucky. HEX triplet: A9, 8F and 0E. RGB value is (169,143,14). Sum of RGB (Red+Green+Blue) = 169+143+14=326 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.84% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 14 (5.86% from 255 or 4.29% from 326); Max value from RGB is 169 - color contains mainly: red. Hex color #A98F0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98F0E is #5670F1. Grayscale: #888888. Windows color (decimal): -5665010 or 954281. OLE color: 954281.
HSL color Cylindrical-coordinate representation of color #A98F0E: hue angle of 49.94º 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 #A98F0E is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 143 | 14 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.34 |
| HSL | 49.94º | 0.85% | 0.36% | - |
| HSV(B) | 49.94º | 0.92% | 0.66% | - |
| XYZ | 26.26 | 28.11 | 4.46 | - |
| YUV | 136.07 | 59.11 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 143 | 14 | 0 | 0.15 | 0.92 | 0.34 | 49.94 | 0.85 | 0.36 |
| Hex | A9 | 8F | E | 0 | F | 5C | 22 | 32 | 55 | 24 |
| Octal | 251 | 217 | 16 | 0 | 17 | 134 | 42 | 62 | 125 | 44 |
| Binary | 10101001 | 10001111 | 1110 | 0 | 1111 | 1011100 | 100010 | 110010 | 1010101 | 100100 |
Color Harmonies of #A98F0E
Complementary color
Monochromatic Colors of #A98F0E
Black with #A98F0E
Text Example
Text Example
White with #A98F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98F0E; }
p { color: rgb(169,143,14); }
H1.HeaderClassName
{
color: #A98F0E;
}
.AnyTagClassName
{
color: #A98F0E;
}
</style>
background-color css
<style>
a { background-color: #A98F0E; }
a { background-color: rgb(169,143,14); }
div.DivClassName
{
background-color: #A98F0E;
}
.BgClassName
{
background-color: #A98F0E;
}
</style>
border-color css
<style>
span { border-color: #A98F0E; }
span { border-color: rgb(169,143,14); }
td.TdClassName
{
border-color: #A98F0E;
}
.TagClassName
{
border-color: #A98F0E;
}
</style>