Shades of Lucky #A2972D
Tints of Lucky #A2972D
RGB
CMYK
RGB Variations
Color information
#A2972D (or 0xA2972D) is known color: Lucky. HEX triplet: A2, 97 and 2D. RGB value is (162,151,45). Sum of RGB (Red+Green+Blue) = 162+151+45=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 162 - color contains mainly: red. Hex color #A2972D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2972D is #5D68D2. Grayscale: #8E8E8E. Windows color (decimal): -6121683 or 2987938. OLE color: 2987938.
HSL color Cylindrical-coordinate representation of color #A2972D: hue angle of 54.36º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2972D is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 151 | 45 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.36 |
| HSL | 54.36º | 0.57% | 0.41% | - |
| HSV(B) | 54.36º | 0.72% | 0.64% | - |
| XYZ | 26.44 | 30 | 6.88 | - |
| YUV | 142.21 | 73.14 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 151 | 45 | 0 | 0.07 | 0.72 | 0.36 | 54.36 | 0.57 | 0.41 |
| Hex | A2 | 97 | 2D | 0 | 7 | 48 | 24 | 36 | 39 | 29 |
| Octal | 242 | 227 | 55 | 0 | 7 | 110 | 44 | 66 | 71 | 51 |
| Binary | 10100010 | 10010111 | 101101 | 0 | 111 | 1001000 | 100100 | 110110 | 111001 | 101001 |
Color Harmonies of #A2972D
Complementary color
Monochromatic Colors of #A2972D
Black with #A2972D
Text Example
Text Example
White with #A2972D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2972D; }
p { color: rgb(162,151,45); }
H1.HeaderClassName
{
color: #A2972D;
}
.AnyTagClassName
{
color: #A2972D;
}
</style>
background-color css
<style>
a { background-color: #A2972D; }
a { background-color: rgb(162,151,45); }
div.DivClassName
{
background-color: #A2972D;
}
.BgClassName
{
background-color: #A2972D;
}
</style>
border-color css
<style>
span { border-color: #A2972D; }
span { border-color: rgb(162,151,45); }
td.TdClassName
{
border-color: #A2972D;
}
.TagClassName
{
border-color: #A2972D;
}
</style>