Shades of Rock Spray #A1472F
Tints of Rock Spray #A1472F
RGB
CMYK
RGB Variations
Color information
#A1472F (or 0xA1472F) is known color: Rock Spray. HEX triplet: A1, 47 and 2F. RGB value is (161,71,47). Sum of RGB (Red+Green+Blue) = 161+71+47=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A1472F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1472F is #5EB8D0. Grayscale: #5F5F5F. Windows color (decimal): -6207697 or 3098529. OLE color: 3098529.
HSL color Cylindrical-coordinate representation of color #A1472F: hue angle of 12.63º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1472F is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 71 | 47 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.37 |
| HSL | 12.63º | 0.55% | 0.41% | - |
| HSV(B) | 12.63º | 0.71% | 0.63% | - |
| XYZ | 17.46 | 12.29 | 4.14 | - |
| YUV | 95.17 | 100.82 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 71 | 47 | 0 | 0.56 | 0.71 | 0.37 | 12.63 | 0.55 | 0.41 |
| Hex | A1 | 47 | 2F | 0 | 38 | 47 | 25 | D | 37 | 29 |
| Octal | 241 | 107 | 57 | 0 | 70 | 107 | 45 | 15 | 67 | 51 |
| Binary | 10100001 | 1000111 | 101111 | 0 | 111000 | 1000111 | 100101 | 1101 | 110111 | 101001 |
Color Harmonies of #A1472F
Complementary color
Monochromatic Colors of #A1472F
Black with #A1472F
Text Example
Text Example
White with #A1472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1472F; }
p { color: rgb(161,71,47); }
H1.HeaderClassName
{
color: #A1472F;
}
.AnyTagClassName
{
color: #A1472F;
}
</style>
background-color css
<style>
a { background-color: #A1472F; }
a { background-color: rgb(161,71,47); }
div.DivClassName
{
background-color: #A1472F;
}
.BgClassName
{
background-color: #A1472F;
}
</style>
border-color css
<style>
span { border-color: #A1472F; }
span { border-color: rgb(161,71,47); }
td.TdClassName
{
border-color: #A1472F;
}
.TagClassName
{
border-color: #A1472F;
}
</style>