Shades of Lucky #A0992A
Tints of Lucky #A0992A
RGB
CMYK
RGB Variations
Color information
#A0992A (or 0xA0992A) is known color: Lucky. HEX triplet: A0, 99 and 2A. RGB value is (160,153,42). Sum of RGB (Red+Green+Blue) = 160+153+42=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 42 (16.80% from 255 or 11.83% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A0992A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0992A is #5F66D5. Grayscale: #8E8E8E. Windows color (decimal): -6252246 or 2791840. OLE color: 2791840.
HSL color Cylindrical-coordinate representation of color #A0992A: hue angle of 56.44º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0992A is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 153 | 42 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.37 |
| HSL | 56.44º | 0.58% | 0.4% | - |
| HSV(B) | 56.44º | 0.74% | 0.63% | - |
| XYZ | 26.31 | 30.42 | 6.68 | - |
| YUV | 142.44 | 71.32 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 42 | 0 | 0.04 | 0.74 | 0.37 | 56.44 | 0.58 | 0.4 |
| Hex | A0 | 99 | 2A | 0 | 4 | 4A | 25 | 38 | 3A | 28 |
| Octal | 240 | 231 | 52 | 0 | 4 | 112 | 45 | 70 | 72 | 50 |
| Binary | 10100000 | 10011001 | 101010 | 0 | 100 | 1001010 | 100101 | 111000 | 111010 | 101000 |
Color Harmonies of #A0992A
Complementary color
Monochromatic Colors of #A0992A
Black with #A0992A
Text Example
Text Example
White with #A0992A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0992A; }
p { color: rgb(160,153,42); }
H1.HeaderClassName
{
color: #A0992A;
}
.AnyTagClassName
{
color: #A0992A;
}
</style>
background-color css
<style>
a { background-color: #A0992A; }
a { background-color: rgb(160,153,42); }
div.DivClassName
{
background-color: #A0992A;
}
.BgClassName
{
background-color: #A0992A;
}
</style>
border-color css
<style>
span { border-color: #A0992A; }
span { border-color: rgb(160,153,42); }
td.TdClassName
{
border-color: #A0992A;
}
.TagClassName
{
border-color: #A0992A;
}
</style>