Shades of Rock Spray #A73720
Tints of Rock Spray #A73720
RGB
CMYK
RGB Variations
Color information
#A73720 (or 0xA73720) is known color: Rock Spray. HEX triplet: A7, 37 and 20. RGB value is (167,55,32). Sum of RGB (Red+Green+Blue) = 167+55+32=254 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.75% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 167 - color contains mainly: red. Hex color #A73720 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73720 is #58C8DF. Grayscale: #565656. Windows color (decimal): -5818592 or 2111399. OLE color: 2111399.
HSL color Cylindrical-coordinate representation of color #A73720: hue angle of 10.22º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A73720 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 55 | 32 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.35 |
| HSL | 10.22º | 0.68% | 0.39% | - |
| HSV(B) | 10.22º | 0.81% | 0.65% | - |
| XYZ | 17.56 | 11.05 | 2.57 | - |
| YUV | 85.87 | 97.61 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 55 | 32 | 0 | 0.67 | 0.81 | 0.35 | 10.22 | 0.68 | 0.39 |
| Hex | A7 | 37 | 20 | 0 | 43 | 51 | 23 | A | 44 | 27 |
| Octal | 247 | 67 | 40 | 0 | 103 | 121 | 43 | 12 | 104 | 47 |
| Binary | 10100111 | 110111 | 100000 | 0 | 1000011 | 1010001 | 100011 | 1010 | 1000100 | 100111 |
Color Harmonies of #A73720
Complementary color
Monochromatic Colors of #A73720
Black with #A73720
Text Example
Text Example
White with #A73720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73720; }
p { color: rgb(167,55,32); }
H1.HeaderClassName
{
color: #A73720;
}
.AnyTagClassName
{
color: #A73720;
}
</style>
background-color css
<style>
a { background-color: #A73720; }
a { background-color: rgb(167,55,32); }
div.DivClassName
{
background-color: #A73720;
}
.BgClassName
{
background-color: #A73720;
}
</style>
border-color css
<style>
span { border-color: #A73720; }
span { border-color: rgb(167,55,32); }
td.TdClassName
{
border-color: #A73720;
}
.TagClassName
{
border-color: #A73720;
}
</style>