Shades of Rock Spray #A8452B
Tints of Rock Spray #A8452B
RGB
CMYK
RGB Variations
Color information
#A8452B (or 0xA8452B) is known color: Rock Spray. HEX triplet: A8, 45 and 2B. RGB value is (168,69,43). Sum of RGB (Red+Green+Blue) = 168+69+43=280 (37% of max value = 765). Red value is 168 (66.02% from 255 or 60% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 168 - color contains mainly: red. Hex color #A8452B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8452B is #57BAD4. Grayscale: #5F5F5F. Windows color (decimal): -5749461 or 2835880. OLE color: 2835880.
HSL color Cylindrical-coordinate representation of color #A8452B: hue angle of 12.48º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8452B is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 69 | 43 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.34 |
| HSL | 12.48º | 0.59% | 0.41% | - |
| HSV(B) | 12.48º | 0.74% | 0.66% | - |
| XYZ | 18.71 | 12.76 | 3.76 | - |
| YUV | 95.64 | 98.3 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 43 | 0 | 0.59 | 0.74 | 0.34 | 12.48 | 0.59 | 0.41 |
| Hex | A8 | 45 | 2B | 0 | 3B | 4A | 22 | C | 3B | 29 |
| Octal | 250 | 105 | 53 | 0 | 73 | 112 | 42 | 14 | 73 | 51 |
| Binary | 10101000 | 1000101 | 101011 | 0 | 111011 | 1001010 | 100010 | 1100 | 111011 | 101001 |
Color Harmonies of #A8452B
Complementary color
Monochromatic Colors of #A8452B
Black with #A8452B
Text Example
Text Example
White with #A8452B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8452B; }
p { color: rgb(168,69,43); }
H1.HeaderClassName
{
color: #A8452B;
}
.AnyTagClassName
{
color: #A8452B;
}
</style>
background-color css
<style>
a { background-color: #A8452B; }
a { background-color: rgb(168,69,43); }
div.DivClassName
{
background-color: #A8452B;
}
.BgClassName
{
background-color: #A8452B;
}
</style>
border-color css
<style>
span { border-color: #A8452B; }
span { border-color: rgb(168,69,43); }
td.TdClassName
{
border-color: #A8452B;
}
.TagClassName
{
border-color: #A8452B;
}
</style>