Shades of Lucky #A1952A
Tints of Lucky #A1952A
RGB
CMYK
RGB Variations
Color information
#A1952A (or 0xA1952A) is known color: Lucky. HEX triplet: A1, 95 and 2A. RGB value is (161,149,42). Sum of RGB (Red+Green+Blue) = 161+149+42=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A1952A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1952A is #5E6AD5. Grayscale: #8C8C8C. Windows color (decimal): -6187734 or 2790817. OLE color: 2790817.
HSL color Cylindrical-coordinate representation of color #A1952A: hue angle of 53.95º degrees, saturation: 0.59, 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 #A1952A is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 149 | 42 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.37 |
| HSL | 53.95º | 0.59% | 0.4% | - |
| HSV(B) | 53.95º | 0.74% | 0.63% | - |
| XYZ | 25.86 | 29.24 | 6.47 | - |
| YUV | 140.39 | 72.48 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 149 | 42 | 0 | 0.07 | 0.74 | 0.37 | 53.95 | 0.59 | 0.4 |
| Hex | A1 | 95 | 2A | 0 | 7 | 4A | 25 | 36 | 3B | 28 |
| Octal | 241 | 225 | 52 | 0 | 7 | 112 | 45 | 66 | 73 | 50 |
| Binary | 10100001 | 10010101 | 101010 | 0 | 111 | 1001010 | 100101 | 110110 | 111011 | 101000 |
Color Harmonies of #A1952A
Complementary color
Monochromatic Colors of #A1952A
Black with #A1952A
Text Example
Text Example
White with #A1952A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1952A; }
p { color: rgb(161,149,42); }
H1.HeaderClassName
{
color: #A1952A;
}
.AnyTagClassName
{
color: #A1952A;
}
</style>
background-color css
<style>
a { background-color: #A1952A; }
a { background-color: rgb(161,149,42); }
div.DivClassName
{
background-color: #A1952A;
}
.BgClassName
{
background-color: #A1952A;
}
</style>
border-color css
<style>
span { border-color: #A1952A; }
span { border-color: rgb(161,149,42); }
td.TdClassName
{
border-color: #A1952A;
}
.TagClassName
{
border-color: #A1952A;
}
</style>