Shades of Rock Spray #A8472A
Tints of Rock Spray #A8472A
RGB
CMYK
RGB Variations
Color information
#A8472A (or 0xA8472A) is known color: Rock Spray. HEX triplet: A8, 47 and 2A. RGB value is (168,71,42). Sum of RGB (Red+Green+Blue) = 168+71+42=281 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.79% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 168 - color contains mainly: red. Hex color #A8472A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8472A is #57B8D5. Grayscale: #606060. Windows color (decimal): -5748950 or 2770856. OLE color: 2770856.
HSL color Cylindrical-coordinate representation of color #A8472A: hue angle of 13.81º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8472A is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 71 | 42 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.34 |
| HSL | 13.81º | 0.6% | 0.41% | - |
| HSV(B) | 13.81º | 0.75% | 0.66% | - |
| XYZ | 18.82 | 13 | 3.71 | - |
| YUV | 96.7 | 97.14 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 71 | 42 | 0 | 0.58 | 0.75 | 0.34 | 13.81 | 0.6 | 0.41 |
| Hex | A8 | 47 | 2A | 0 | 3A | 4B | 22 | E | 3C | 29 |
| Octal | 250 | 107 | 52 | 0 | 72 | 113 | 42 | 16 | 74 | 51 |
| Binary | 10101000 | 1000111 | 101010 | 0 | 111010 | 1001011 | 100010 | 1110 | 111100 | 101001 |
Color Harmonies of #A8472A
Complementary color
Monochromatic Colors of #A8472A
Black with #A8472A
Text Example
Text Example
White with #A8472A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8472A; }
p { color: rgb(168,71,42); }
H1.HeaderClassName
{
color: #A8472A;
}
.AnyTagClassName
{
color: #A8472A;
}
</style>
background-color css
<style>
a { background-color: #A8472A; }
a { background-color: rgb(168,71,42); }
div.DivClassName
{
background-color: #A8472A;
}
.BgClassName
{
background-color: #A8472A;
}
</style>
border-color css
<style>
span { border-color: #A8472A; }
span { border-color: rgb(168,71,42); }
td.TdClassName
{
border-color: #A8472A;
}
.TagClassName
{
border-color: #A8472A;
}
</style>