Shades of Rock Spray #A8452C
Tints of Rock Spray #A8452C
RGB
CMYK
RGB Variations
Color information
#A8452C (or 0xA8452C) is known color: Rock Spray. HEX triplet: A8, 45 and 2C. RGB value is (168,69,44). Sum of RGB (Red+Green+Blue) = 168+69+44=281 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.79% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 168 - color contains mainly: red. Hex color #A8452C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8452C is #57BAD3. Grayscale: #5F5F5F. Windows color (decimal): -5749460 or 2901416. OLE color: 2901416.
HSL color Cylindrical-coordinate representation of color #A8452C: hue angle of 12.1º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8452C is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 69 | 44 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.34 |
| HSL | 12.1º | 0.58% | 0.42% | - |
| HSV(B) | 12.1º | 0.74% | 0.66% | - |
| XYZ | 18.73 | 12.76 | 3.86 | - |
| YUV | 95.75 | 98.8 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 44 | 0 | 0.59 | 0.74 | 0.34 | 12.1 | 0.58 | 0.42 |
| Hex | A8 | 45 | 2C | 0 | 3B | 4A | 22 | C | 3A | 2A |
| Octal | 250 | 105 | 54 | 0 | 73 | 112 | 42 | 14 | 72 | 52 |
| Binary | 10101000 | 1000101 | 101100 | 0 | 111011 | 1001010 | 100010 | 1100 | 111010 | 101010 |
Color Harmonies of #A8452C
Complementary color
Monochromatic Colors of #A8452C
Black with #A8452C
Text Example
Text Example
White with #A8452C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8452C; }
p { color: rgb(168,69,44); }
H1.HeaderClassName
{
color: #A8452C;
}
.AnyTagClassName
{
color: #A8452C;
}
</style>
background-color css
<style>
a { background-color: #A8452C; }
a { background-color: rgb(168,69,44); }
div.DivClassName
{
background-color: #A8452C;
}
.BgClassName
{
background-color: #A8452C;
}
</style>
border-color css
<style>
span { border-color: #A8452C; }
span { border-color: rgb(168,69,44); }
td.TdClassName
{
border-color: #A8452C;
}
.TagClassName
{
border-color: #A8452C;
}
</style>