Shades of Rock Spray #A5412C
Tints of Rock Spray #A5412C
RGB
CMYK
RGB Variations
Color information
#A5412C (or 0xA5412C) is known color: Rock Spray. HEX triplet: A5, 41 and 2C. RGB value is (165,65,44). Sum of RGB (Red+Green+Blue) = 165+65+44=274 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.22% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 165 - color contains mainly: red. Hex color #A5412C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5412C is #5ABED3. Grayscale: #5C5C5C. Windows color (decimal): -5947092 or 2900389. OLE color: 2900389.
HSL color Cylindrical-coordinate representation of color #A5412C: hue angle of 10.41º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5412C is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 65 | 44 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.35 |
| HSL | 10.41º | 0.58% | 0.41% | - |
| HSV(B) | 10.41º | 0.73% | 0.65% | - |
| XYZ | 17.86 | 11.96 | 3.75 | - |
| YUV | 92.51 | 100.63 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 65 | 44 | 0 | 0.61 | 0.73 | 0.35 | 10.41 | 0.58 | 0.41 |
| Hex | A5 | 41 | 2C | 0 | 3D | 49 | 23 | A | 3A | 29 |
| Octal | 245 | 101 | 54 | 0 | 75 | 111 | 43 | 12 | 72 | 51 |
| Binary | 10100101 | 1000001 | 101100 | 0 | 111101 | 1001001 | 100011 | 1010 | 111010 | 101001 |
Color Harmonies of #A5412C
Complementary color
Monochromatic Colors of #A5412C
Black with #A5412C
Text Example
Text Example
White with #A5412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5412C; }
p { color: rgb(165,65,44); }
H1.HeaderClassName
{
color: #A5412C;
}
.AnyTagClassName
{
color: #A5412C;
}
</style>
background-color css
<style>
a { background-color: #A5412C; }
a { background-color: rgb(165,65,44); }
div.DivClassName
{
background-color: #A5412C;
}
.BgClassName
{
background-color: #A5412C;
}
</style>
border-color css
<style>
span { border-color: #A5412C; }
span { border-color: rgb(165,65,44); }
td.TdClassName
{
border-color: #A5412C;
}
.TagClassName
{
border-color: #A5412C;
}
</style>