Shades of Rock Spray #A73A20
Tints of Rock Spray #A73A20
RGB
CMYK
RGB Variations
Color information
#A73A20 (or 0xA73A20) is known color: Rock Spray. HEX triplet: A7, 3A and 20. RGB value is (167,58,32). Sum of RGB (Red+Green+Blue) = 167+58+32=257 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.98% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 167 - color contains mainly: red. Hex color #A73A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73A20 is #58C5DF. Grayscale: #575757. Windows color (decimal): -5817824 or 2112167. OLE color: 2112167.
HSL color Cylindrical-coordinate representation of color #A73A20: hue angle of 11.56º 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 #A73A20 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 58 | 32 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.35 |
| HSL | 11.56º | 0.68% | 0.39% | - |
| HSV(B) | 11.56º | 0.81% | 0.65% | - |
| XYZ | 17.71 | 11.35 | 2.62 | - |
| YUV | 87.63 | 96.61 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 58 | 32 | 0 | 0.65 | 0.81 | 0.35 | 11.56 | 0.68 | 0.39 |
| Hex | A7 | 3A | 20 | 0 | 41 | 51 | 23 | C | 44 | 27 |
| Octal | 247 | 72 | 40 | 0 | 101 | 121 | 43 | 14 | 104 | 47 |
| Binary | 10100111 | 111010 | 100000 | 0 | 1000001 | 1010001 | 100011 | 1100 | 1000100 | 100111 |
Color Harmonies of #A73A20
Complementary color
Monochromatic Colors of #A73A20
Black with #A73A20
Text Example
Text Example
White with #A73A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73A20; }
p { color: rgb(167,58,32); }
H1.HeaderClassName
{
color: #A73A20;
}
.AnyTagClassName
{
color: #A73A20;
}
</style>
background-color css
<style>
a { background-color: #A73A20; }
a { background-color: rgb(167,58,32); }
div.DivClassName
{
background-color: #A73A20;
}
.BgClassName
{
background-color: #A73A20;
}
</style>
border-color css
<style>
span { border-color: #A73A20; }
span { border-color: rgb(167,58,32); }
td.TdClassName
{
border-color: #A73A20;
}
.TagClassName
{
border-color: #A73A20;
}
</style>