Shades of Rock Spray #A5462E
Tints of Rock Spray #A5462E
RGB
CMYK
RGB Variations
Color information
#A5462E (or 0xA5462E) is known color: Rock Spray. HEX triplet: A5, 46 and 2E. RGB value is (165,70,46). Sum of RGB (Red+Green+Blue) = 165+70+46=281 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.72% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 165 - color contains mainly: red. Hex color #A5462E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5462E is #5AB9D1. Grayscale: #5F5F5F. Windows color (decimal): -5945810 or 3032741. OLE color: 3032741.
HSL color Cylindrical-coordinate representation of color #A5462E: hue angle of 12.1º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A5462E is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 70 | 46 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.35 |
| HSL | 12.1º | 0.56% | 0.41% | - |
| HSV(B) | 12.1º | 0.72% | 0.65% | - |
| XYZ | 18.2 | 12.58 | 4.05 | - |
| YUV | 95.67 | 99.97 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 70 | 46 | 0 | 0.58 | 0.72 | 0.35 | 12.1 | 0.56 | 0.41 |
| Hex | A5 | 46 | 2E | 0 | 3A | 48 | 23 | C | 38 | 29 |
| Octal | 245 | 106 | 56 | 0 | 72 | 110 | 43 | 14 | 70 | 51 |
| Binary | 10100101 | 1000110 | 101110 | 0 | 111010 | 1001000 | 100011 | 1100 | 111000 | 101001 |
Color Harmonies of #A5462E
Complementary color
Monochromatic Colors of #A5462E
Black with #A5462E
Text Example
Text Example
White with #A5462E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5462E; }
p { color: rgb(165,70,46); }
H1.HeaderClassName
{
color: #A5462E;
}
.AnyTagClassName
{
color: #A5462E;
}
</style>
background-color css
<style>
a { background-color: #A5462E; }
a { background-color: rgb(165,70,46); }
div.DivClassName
{
background-color: #A5462E;
}
.BgClassName
{
background-color: #A5462E;
}
</style>
border-color css
<style>
span { border-color: #A5462E; }
span { border-color: rgb(165,70,46); }
td.TdClassName
{
border-color: #A5462E;
}
.TagClassName
{
border-color: #A5462E;
}
</style>