Shades of Rock Spray #A73A1F
Tints of Rock Spray #A73A1F
RGB
CMYK
RGB Variations
Color information
#A73A1F (or 0xA73A1F) is known color: Rock Spray. HEX triplet: A7, 3A and 1F. RGB value is (167,58,31). Sum of RGB (Red+Green+Blue) = 167+58+31=256 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.23% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 167 - color contains mainly: red. Hex color #A73A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73A1F is #58C5E0. Grayscale: #575757. Windows color (decimal): -5817825 or 2046631. OLE color: 2046631.
HSL color Cylindrical-coordinate representation of color #A73A1F: hue angle of 11.91º degrees, saturation: 0.69, 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 #A73A1F is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 58 | 31 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.35 |
| HSL | 11.91º | 0.69% | 0.39% | - |
| HSV(B) | 11.91º | 0.81% | 0.65% | - |
| XYZ | 17.7 | 11.34 | 2.55 | - |
| YUV | 87.51 | 96.11 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 58 | 31 | 0 | 0.65 | 0.81 | 0.35 | 11.91 | 0.69 | 0.39 |
| Hex | A7 | 3A | 1F | 0 | 41 | 51 | 23 | C | 45 | 27 |
| Octal | 247 | 72 | 37 | 0 | 101 | 121 | 43 | 14 | 105 | 47 |
| Binary | 10100111 | 111010 | 11111 | 0 | 1000001 | 1010001 | 100011 | 1100 | 1000101 | 100111 |
Color Harmonies of #A73A1F
Complementary color
Monochromatic Colors of #A73A1F
Black with #A73A1F
Text Example
Text Example
White with #A73A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73A1F; }
p { color: rgb(167,58,31); }
H1.HeaderClassName
{
color: #A73A1F;
}
.AnyTagClassName
{
color: #A73A1F;
}
</style>
background-color css
<style>
a { background-color: #A73A1F; }
a { background-color: rgb(167,58,31); }
div.DivClassName
{
background-color: #A73A1F;
}
.BgClassName
{
background-color: #A73A1F;
}
</style>
border-color css
<style>
span { border-color: #A73A1F; }
span { border-color: rgb(167,58,31); }
td.TdClassName
{
border-color: #A73A1F;
}
.TagClassName
{
border-color: #A73A1F;
}
</style>