Shades of Lucky #A0990F
Tints of Lucky #A0990F
RGB
CMYK
RGB Variations
Color information
#A0990F (or 0xA0990F) is known color: Lucky. HEX triplet: A0, 99 and 0F. RGB value is (160,153,15). Sum of RGB (Red+Green+Blue) = 160+153+15=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 15 (6.25% from 255 or 4.57% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A0990F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0990F is #5F66F0. Grayscale: #8B8B8B. Windows color (decimal): -6252273 or 1022368. OLE color: 1022368.
HSL color Cylindrical-coordinate representation of color #A0990F: hue angle of 57.1º degrees, saturation: 0.83, 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 #A0990F is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 153 | 15 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.37 |
| HSL | 57.1º | 0.83% | 0.34% | - |
| HSV(B) | 57.1º | 0.91% | 0.63% | - |
| XYZ | 25.97 | 30.29 | 4.93 | - |
| YUV | 139.36 | 57.82 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 15 | 0 | 0.04 | 0.91 | 0.37 | 57.1 | 0.83 | 0.34 |
| Hex | A0 | 99 | F | 0 | 4 | 5B | 25 | 39 | 53 | 22 |
| Octal | 240 | 231 | 17 | 0 | 4 | 133 | 45 | 71 | 123 | 42 |
| Binary | 10100000 | 10011001 | 1111 | 0 | 100 | 1011011 | 100101 | 111001 | 1010011 | 100010 |
Color Harmonies of #A0990F
Complementary color
Monochromatic Colors of #A0990F
Black with #A0990F
Text Example
Text Example
White with #A0990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0990F; }
p { color: rgb(160,153,15); }
H1.HeaderClassName
{
color: #A0990F;
}
.AnyTagClassName
{
color: #A0990F;
}
</style>
background-color css
<style>
a { background-color: #A0990F; }
a { background-color: rgb(160,153,15); }
div.DivClassName
{
background-color: #A0990F;
}
.BgClassName
{
background-color: #A0990F;
}
</style>
border-color css
<style>
span { border-color: #A0990F; }
span { border-color: rgb(160,153,15); }
td.TdClassName
{
border-color: #A0990F;
}
.TagClassName
{
border-color: #A0990F;
}
</style>