Shades of Rock Spray #A73B2A
Tints of Rock Spray #A73B2A
RGB
CMYK
RGB Variations
Color information
#A73B2A (or 0xA73B2A) is known color: Rock Spray. HEX triplet: A7, 3B and 2A. RGB value is (167,59,42). Sum of RGB (Red+Green+Blue) = 167+59+42=268 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.31% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 167 - color contains mainly: red. Hex color #A73B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73B2A is #58C4D5. Grayscale: #595959. Windows color (decimal): -5817558 or 2767783. OLE color: 2767783.
HSL color Cylindrical-coordinate representation of color #A73B2A: hue angle of 8.16º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A73B2A is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 59 | 42 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.35 |
| HSL | 8.16º | 0.6% | 0.41% | - |
| HSV(B) | 8.16º | 0.75% | 0.65% | - |
| XYZ | 17.92 | 11.51 | 3.47 | - |
| YUV | 89.35 | 101.28 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 59 | 42 | 0 | 0.65 | 0.75 | 0.35 | 8.16 | 0.6 | 0.41 |
| Hex | A7 | 3B | 2A | 0 | 41 | 4B | 23 | 8 | 3C | 29 |
| Octal | 247 | 73 | 52 | 0 | 101 | 113 | 43 | 10 | 74 | 51 |
| Binary | 10100111 | 111011 | 101010 | 0 | 1000001 | 1001011 | 100011 | 1000 | 111100 | 101001 |
Color Harmonies of #A73B2A
Complementary color
Monochromatic Colors of #A73B2A
Black with #A73B2A
Text Example
Text Example
White with #A73B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73B2A; }
p { color: rgb(167,59,42); }
H1.HeaderClassName
{
color: #A73B2A;
}
.AnyTagClassName
{
color: #A73B2A;
}
</style>
background-color css
<style>
a { background-color: #A73B2A; }
a { background-color: rgb(167,59,42); }
div.DivClassName
{
background-color: #A73B2A;
}
.BgClassName
{
background-color: #A73B2A;
}
</style>
border-color css
<style>
span { border-color: #A73B2A; }
span { border-color: rgb(167,59,42); }
td.TdClassName
{
border-color: #A73B2A;
}
.TagClassName
{
border-color: #A73B2A;
}
</style>