Shades of Rock Spray #A73F27
Tints of Rock Spray #A73F27
RGB
CMYK
RGB Variations
Color information
#A73F27 (or 0xA73F27) is known color: Rock Spray. HEX triplet: A7, 3F and 27. RGB value is (167,63,39). Sum of RGB (Red+Green+Blue) = 167+63+39=269 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.08% from 269); Green value is 63 (25% from 255 or 23.42% from 269); Blue value is 39 (15.62% from 255 or 14.50% from 269); Max value from RGB is 167 - color contains mainly: red. Hex color #A73F27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73F27 is #58C0D8. Grayscale: #5B5B5B. Windows color (decimal): -5816537 or 2572199. OLE color: 2572199.
HSL color Cylindrical-coordinate representation of color #A73F27: hue angle of 11.25º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A73F27 is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 63 | 39 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.35 |
| HSL | 11.25º | 0.62% | 0.4% | - |
| HSV(B) | 11.25º | 0.77% | 0.65% | - |
| XYZ | 18.08 | 11.92 | 3.27 | - |
| YUV | 91.36 | 98.46 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 63 | 39 | 0 | 0.62 | 0.77 | 0.35 | 11.25 | 0.62 | 0.4 |
| Hex | A7 | 3F | 27 | 0 | 3E | 4D | 23 | B | 3E | 28 |
| Octal | 247 | 77 | 47 | 0 | 76 | 115 | 43 | 13 | 76 | 50 |
| Binary | 10100111 | 111111 | 100111 | 0 | 111110 | 1001101 | 100011 | 1011 | 111110 | 101000 |
Color Harmonies of #A73F27
Complementary color
Monochromatic Colors of #A73F27
Black with #A73F27
Text Example
Text Example
White with #A73F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73F27; }
p { color: rgb(167,63,39); }
H1.HeaderClassName
{
color: #A73F27;
}
.AnyTagClassName
{
color: #A73F27;
}
</style>
background-color css
<style>
a { background-color: #A73F27; }
a { background-color: rgb(167,63,39); }
div.DivClassName
{
background-color: #A73F27;
}
.BgClassName
{
background-color: #A73F27;
}
</style>
border-color css
<style>
span { border-color: #A73F27; }
span { border-color: rgb(167,63,39); }
td.TdClassName
{
border-color: #A73F27;
}
.TagClassName
{
border-color: #A73F27;
}
</style>