Shades of Lucky #A09D0E
Tints of Lucky #A09D0E
RGB
CMYK
RGB Variations
Color information
#A09D0E (or 0xA09D0E) is known color: Lucky. HEX triplet: A0, 9D and 0E. RGB value is (160,157,14). Sum of RGB (Red+Green+Blue) = 160+157+14=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 157 (61.72% from 255 or 47.43% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09D0E is #5F62F1. Grayscale: #8E8E8E. Windows color (decimal): -6251250 or 957856. OLE color: 957856.
HSL color Cylindrical-coordinate representation of color #A09D0E: hue angle of 58.77º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A09D0E is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 157 | 14 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.37 |
| HSL | 58.77º | 0.84% | 0.34% | - |
| HSV(B) | 58.77º | 0.91% | 0.63% | - |
| XYZ | 26.63 | 31.62 | 5.11 | - |
| YUV | 141.6 | 55.99 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 14 | 0 | 0.02 | 0.91 | 0.37 | 58.77 | 0.84 | 0.34 |
| Hex | A0 | 9D | E | 0 | 2 | 5B | 25 | 3B | 54 | 22 |
| Octal | 240 | 235 | 16 | 0 | 2 | 133 | 45 | 73 | 124 | 42 |
| Binary | 10100000 | 10011101 | 1110 | 0 | 10 | 1011011 | 100101 | 111011 | 1010100 | 100010 |
Color Harmonies of #A09D0E
Complementary color
Monochromatic Colors of #A09D0E
Black with #A09D0E
Text Example
Text Example
White with #A09D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09D0E; }
p { color: rgb(160,157,14); }
H1.HeaderClassName
{
color: #A09D0E;
}
.AnyTagClassName
{
color: #A09D0E;
}
</style>
background-color css
<style>
a { background-color: #A09D0E; }
a { background-color: rgb(160,157,14); }
div.DivClassName
{
background-color: #A09D0E;
}
.BgClassName
{
background-color: #A09D0E;
}
</style>
border-color css
<style>
span { border-color: #A09D0E; }
span { border-color: rgb(160,157,14); }
td.TdClassName
{
border-color: #A09D0E;
}
.TagClassName
{
border-color: #A09D0E;
}
</style>