Shades of Lucky #A0952A
Tints of Lucky #A0952A
RGB
CMYK
RGB Variations
Color information
#A0952A (or 0xA0952A) is known color: Lucky. HEX triplet: A0, 95 and 2A. RGB value is (160,149,42). Sum of RGB (Red+Green+Blue) = 160+149+42=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 42 (16.80% from 255 or 11.97% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A0952A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0952A is #5F6AD5. Grayscale: #8C8C8C. Windows color (decimal): -6253270 or 2790816. OLE color: 2790816.
HSL color Cylindrical-coordinate representation of color #A0952A: hue angle of 54.41º 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 #A0952A is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 149 | 42 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.37 |
| HSL | 54.41º | 0.58% | 0.4% | - |
| HSV(B) | 54.41º | 0.74% | 0.63% | - |
| XYZ | 25.66 | 29.14 | 6.46 | - |
| YUV | 140.09 | 72.64 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 149 | 42 | 0 | 0.07 | 0.74 | 0.37 | 54.41 | 0.58 | 0.4 |
| Hex | A0 | 95 | 2A | 0 | 7 | 4A | 25 | 36 | 3A | 28 |
| Octal | 240 | 225 | 52 | 0 | 7 | 112 | 45 | 66 | 72 | 50 |
| Binary | 10100000 | 10010101 | 101010 | 0 | 111 | 1001010 | 100101 | 110110 | 111010 | 101000 |
Color Harmonies of #A0952A
Complementary color
Monochromatic Colors of #A0952A
Black with #A0952A
Text Example
Text Example
White with #A0952A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0952A; }
p { color: rgb(160,149,42); }
H1.HeaderClassName
{
color: #A0952A;
}
.AnyTagClassName
{
color: #A0952A;
}
</style>
background-color css
<style>
a { background-color: #A0952A; }
a { background-color: rgb(160,149,42); }
div.DivClassName
{
background-color: #A0952A;
}
.BgClassName
{
background-color: #A0952A;
}
</style>
border-color css
<style>
span { border-color: #A0952A; }
span { border-color: rgb(160,149,42); }
td.TdClassName
{
border-color: #A0952A;
}
.TagClassName
{
border-color: #A0952A;
}
</style>