Shades of Rock Spray #A2452C
Tints of Rock Spray #A2452C
RGB
CMYK
RGB Variations
Color information
#A2452C (or 0xA2452C) is known color: Rock Spray. HEX triplet: A2, 45 and 2C. RGB value is (162,69,44). Sum of RGB (Red+Green+Blue) = 162+69+44=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A2452C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2452C is #5DBAD3. Grayscale: #5E5E5E. Windows color (decimal): -6142676 or 2901410. OLE color: 2901410.
HSL color Cylindrical-coordinate representation of color #A2452C: hue angle of 12.71º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2452C is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 69 | 44 | - |
| CMYK | 0 | 0.57 | 0.73 | 0.36 |
| HSL | 12.71º | 0.57% | 0.4% | - |
| HSV(B) | 12.71º | 0.73% | 0.64% | - |
| XYZ | 17.48 | 12.12 | 3.8 | - |
| YUV | 93.96 | 99.81 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 69 | 44 | 0 | 0.57 | 0.73 | 0.36 | 12.71 | 0.57 | 0.4 |
| Hex | A2 | 45 | 2C | 0 | 39 | 49 | 24 | D | 39 | 28 |
| Octal | 242 | 105 | 54 | 0 | 71 | 111 | 44 | 15 | 71 | 50 |
| Binary | 10100010 | 1000101 | 101100 | 0 | 111001 | 1001001 | 100100 | 1101 | 111001 | 101000 |
Color Harmonies of #A2452C
Complementary color
Monochromatic Colors of #A2452C
Black with #A2452C
Text Example
Text Example
White with #A2452C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2452C; }
p { color: rgb(162,69,44); }
H1.HeaderClassName
{
color: #A2452C;
}
.AnyTagClassName
{
color: #A2452C;
}
</style>
background-color css
<style>
a { background-color: #A2452C; }
a { background-color: rgb(162,69,44); }
div.DivClassName
{
background-color: #A2452C;
}
.BgClassName
{
background-color: #A2452C;
}
</style>
border-color css
<style>
span { border-color: #A2452C; }
span { border-color: rgb(162,69,44); }
td.TdClassName
{
border-color: #A2452C;
}
.TagClassName
{
border-color: #A2452C;
}
</style>