Shades of Lucky #A99C0E
Tints of Lucky #A99C0E
RGB
CMYK
RGB Variations
Color information
#A99C0E (or 0xA99C0E) is known color: Lucky. HEX triplet: A9, 9C and 0E. RGB value is (169,156,14). Sum of RGB (Red+Green+Blue) = 169+156+14=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 156 (61.33% from 255 or 46.02% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A99C0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99C0E is #5663F1. Grayscale: #909090. Windows color (decimal): -5661682 or 957609. OLE color: 957609.
HSL color Cylindrical-coordinate representation of color #A99C0E: hue angle of 54.97º 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 #A99C0E is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 156 | 14 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.34 |
| HSL | 54.97º | 0.85% | 0.36% | - |
| HSV(B) | 54.97º | 0.92% | 0.66% | - |
| XYZ | 28.33 | 32.24 | 5.15 | - |
| YUV | 143.7 | 54.81 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 14 | 0 | 0.08 | 0.92 | 0.34 | 54.97 | 0.85 | 0.36 |
| Hex | A9 | 9C | E | 0 | 8 | 5C | 22 | 37 | 55 | 24 |
| Octal | 251 | 234 | 16 | 0 | 10 | 134 | 42 | 67 | 125 | 44 |
| Binary | 10101001 | 10011100 | 1110 | 0 | 1000 | 1011100 | 100010 | 110111 | 1010101 | 100100 |
Color Harmonies of #A99C0E
Complementary color
Monochromatic Colors of #A99C0E
Black with #A99C0E
Text Example
Text Example
White with #A99C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99C0E; }
p { color: rgb(169,156,14); }
H1.HeaderClassName
{
color: #A99C0E;
}
.AnyTagClassName
{
color: #A99C0E;
}
</style>
background-color css
<style>
a { background-color: #A99C0E; }
a { background-color: rgb(169,156,14); }
div.DivClassName
{
background-color: #A99C0E;
}
.BgClassName
{
background-color: #A99C0E;
}
</style>
border-color css
<style>
span { border-color: #A99C0E; }
span { border-color: rgb(169,156,14); }
td.TdClassName
{
border-color: #A99C0E;
}
.TagClassName
{
border-color: #A99C0E;
}
</style>