Shades of Rock Spray #A7432B
Tints of Rock Spray #A7432B
RGB
CMYK
RGB Variations
Color information
#A7432B (or 0xA7432B) is known color: Rock Spray. HEX triplet: A7, 43 and 2B. RGB value is (167,67,43). Sum of RGB (Red+Green+Blue) = 167+67+43=277 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.29% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 167 - color contains mainly: red. Hex color #A7432B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7432B is #58BCD4. Grayscale: #5E5E5E. Windows color (decimal): -5815509 or 2835367. OLE color: 2835367.
HSL color Cylindrical-coordinate representation of color #A7432B: hue angle of 11.61º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A7432B is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 67 | 43 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.35 |
| HSL | 11.61º | 0.59% | 0.41% | - |
| HSV(B) | 11.61º | 0.74% | 0.65% | - |
| XYZ | 18.38 | 12.4 | 3.71 | - |
| YUV | 94.16 | 99.13 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 67 | 43 | 0 | 0.60 | 0.74 | 0.35 | 11.61 | 0.59 | 0.41 |
| Hex | A7 | 43 | 2B | 0 | 3C | 4A | 23 | C | 3B | 29 |
| Octal | 247 | 103 | 53 | 0 | 74 | 112 | 43 | 14 | 73 | 51 |
| Binary | 10100111 | 1000011 | 101011 | 0 | 111100 | 1001010 | 100011 | 1100 | 111011 | 101001 |
Color Harmonies of #A7432B
Complementary color
Monochromatic Colors of #A7432B
Black with #A7432B
Text Example
Text Example
White with #A7432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7432B; }
p { color: rgb(167,67,43); }
H1.HeaderClassName
{
color: #A7432B;
}
.AnyTagClassName
{
color: #A7432B;
}
</style>
background-color css
<style>
a { background-color: #A7432B; }
a { background-color: rgb(167,67,43); }
div.DivClassName
{
background-color: #A7432B;
}
.BgClassName
{
background-color: #A7432B;
}
</style>
border-color css
<style>
span { border-color: #A7432B; }
span { border-color: rgb(167,67,43); }
td.TdClassName
{
border-color: #A7432B;
}
.TagClassName
{
border-color: #A7432B;
}
</style>