Shades of Lucky #A0992F
Tints of Lucky #A0992F
RGB
CMYK
RGB Variations
Color information
#A0992F (or 0xA0992F) is known color: Lucky. HEX triplet: A0, 99 and 2F. RGB value is (160,153,47). Sum of RGB (Red+Green+Blue) = 160+153+47=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 47 (18.75% from 255 or 13.06% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A0992F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0992F is #5F66D0. Grayscale: #8F8F8F. Windows color (decimal): -6252241 or 3119520. OLE color: 3119520.
HSL color Cylindrical-coordinate representation of color #A0992F: hue angle of 56.28º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0992F is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 153 | 47 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.37 |
| HSL | 56.28º | 0.55% | 0.41% | - |
| HSV(B) | 56.28º | 0.71% | 0.63% | - |
| XYZ | 26.4 | 30.46 | 7.18 | - |
| YUV | 143.01 | 73.82 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 47 | 0 | 0.04 | 0.71 | 0.37 | 56.28 | 0.55 | 0.41 |
| Hex | A0 | 99 | 2F | 0 | 4 | 47 | 25 | 38 | 37 | 29 |
| Octal | 240 | 231 | 57 | 0 | 4 | 107 | 45 | 70 | 67 | 51 |
| Binary | 10100000 | 10011001 | 101111 | 0 | 100 | 1000111 | 100101 | 111000 | 110111 | 101001 |
Color Harmonies of #A0992F
Complementary color
Monochromatic Colors of #A0992F
Black with #A0992F
Text Example
Text Example
White with #A0992F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0992F; }
p { color: rgb(160,153,47); }
H1.HeaderClassName
{
color: #A0992F;
}
.AnyTagClassName
{
color: #A0992F;
}
</style>
background-color css
<style>
a { background-color: #A0992F; }
a { background-color: rgb(160,153,47); }
div.DivClassName
{
background-color: #A0992F;
}
.BgClassName
{
background-color: #A0992F;
}
</style>
border-color css
<style>
span { border-color: #A0992F; }
span { border-color: rgb(160,153,47); }
td.TdClassName
{
border-color: #A0992F;
}
.TagClassName
{
border-color: #A0992F;
}
</style>