Shades of Lucky #A0990D
Tints of Lucky #A0990D
RGB
CMYK
RGB Variations
Color information
#A0990D (or 0xA0990D) is known color: Lucky. HEX triplet: A0, 99 and 0D. RGB value is (160,153,13). Sum of RGB (Red+Green+Blue) = 160+153+13=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A0990D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0990D is #5F66F2. Grayscale: #8B8B8B. Windows color (decimal): -6252275 or 891296. OLE color: 891296.
HSL color Cylindrical-coordinate representation of color #A0990D: hue angle of 57.14º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0990D is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 153 | 13 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.37 |
| HSL | 57.14º | 0.85% | 0.34% | - |
| HSV(B) | 57.14º | 0.92% | 0.63% | - |
| XYZ | 25.96 | 30.29 | 4.86 | - |
| YUV | 139.13 | 56.82 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 13 | 0 | 0.04 | 0.92 | 0.37 | 57.14 | 0.85 | 0.34 |
| Hex | A0 | 99 | D | 0 | 4 | 5C | 25 | 39 | 55 | 22 |
| Octal | 240 | 231 | 15 | 0 | 4 | 134 | 45 | 71 | 125 | 42 |
| Binary | 10100000 | 10011001 | 1101 | 0 | 100 | 1011100 | 100101 | 111001 | 1010101 | 100010 |
Color Harmonies of #A0990D
Complementary color
Monochromatic Colors of #A0990D
Black with #A0990D
Text Example
Text Example
White with #A0990D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0990D; }
p { color: rgb(160,153,13); }
H1.HeaderClassName
{
color: #A0990D;
}
.AnyTagClassName
{
color: #A0990D;
}
</style>
background-color css
<style>
a { background-color: #A0990D; }
a { background-color: rgb(160,153,13); }
div.DivClassName
{
background-color: #A0990D;
}
.BgClassName
{
background-color: #A0990D;
}
</style>
border-color css
<style>
span { border-color: #A0990D; }
span { border-color: rgb(160,153,13); }
td.TdClassName
{
border-color: #A0990D;
}
.TagClassName
{
border-color: #A0990D;
}
</style>