Shades of Rock Spray #A53D25
Tints of Rock Spray #A53D25
RGB
CMYK
RGB Variations
Color information
#A53D25 (or 0xA53D25) is known color: Rock Spray. HEX triplet: A5, 3D and 25. RGB value is (165,61,37). Sum of RGB (Red+Green+Blue) = 165+61+37=263 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.74% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53D25 is #5AC2DA. Grayscale: #595959. Windows color (decimal): -5948123 or 2440613. OLE color: 2440613.
HSL color Cylindrical-coordinate representation of color #A53D25: hue angle of 11.25º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A53D25 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 61 | 37 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.35 |
| HSL | 11.25º | 0.63% | 0.4% | - |
| HSV(B) | 11.25º | 0.78% | 0.65% | - |
| XYZ | 17.52 | 11.47 | 3.04 | - |
| YUV | 89.36 | 98.46 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 61 | 37 | 0 | 0.63 | 0.78 | 0.35 | 11.25 | 0.63 | 0.4 |
| Hex | A5 | 3D | 25 | 0 | 3F | 4E | 23 | B | 3F | 28 |
| Octal | 245 | 75 | 45 | 0 | 77 | 116 | 43 | 13 | 77 | 50 |
| Binary | 10100101 | 111101 | 100101 | 0 | 111111 | 1001110 | 100011 | 1011 | 111111 | 101000 |
Color Harmonies of #A53D25
Complementary color
Monochromatic Colors of #A53D25
Black with #A53D25
Text Example
Text Example
White with #A53D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53D25; }
p { color: rgb(165,61,37); }
H1.HeaderClassName
{
color: #A53D25;
}
.AnyTagClassName
{
color: #A53D25;
}
</style>
background-color css
<style>
a { background-color: #A53D25; }
a { background-color: rgb(165,61,37); }
div.DivClassName
{
background-color: #A53D25;
}
.BgClassName
{
background-color: #A53D25;
}
</style>
border-color css
<style>
span { border-color: #A53D25; }
span { border-color: rgb(165,61,37); }
td.TdClassName
{
border-color: #A53D25;
}
.TagClassName
{
border-color: #A53D25;
}
</style>