Shades of Rock Spray #A04525
Tints of Rock Spray #A04525
RGB
CMYK
RGB Variations
Color information
#A04525 (or 0xA04525) is known color: Rock Spray. HEX triplet: A0, 45 and 25. RGB value is (160,69,37). Sum of RGB (Red+Green+Blue) = 160+69+37=266 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.15% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 160 - color contains mainly: red. Hex color #A04525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04525 is #5FBADA. Grayscale: #5C5C5C. Windows color (decimal): -6273755 or 2442656. OLE color: 2442656.
HSL color Cylindrical-coordinate representation of color #A04525: hue angle of 15.61º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A04525 is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 69 | 37 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.37 |
| HSL | 15.61º | 0.62% | 0.39% | - |
| HSV(B) | 15.61º | 0.77% | 0.63% | - |
| XYZ | 16.96 | 11.86 | 3.15 | - |
| YUV | 92.56 | 96.65 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 37 | 0 | 0.57 | 0.77 | 0.37 | 15.61 | 0.62 | 0.39 |
| Hex | A0 | 45 | 25 | 0 | 39 | 4D | 25 | 10 | 3E | 27 |
| Octal | 240 | 105 | 45 | 0 | 71 | 115 | 45 | 20 | 76 | 47 |
| Binary | 10100000 | 1000101 | 100101 | 0 | 111001 | 1001101 | 100101 | 10000 | 111110 | 100111 |
Color Harmonies of #A04525
Complementary color
Monochromatic Colors of #A04525
Black with #A04525
Text Example
Text Example
White with #A04525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04525; }
p { color: rgb(160,69,37); }
H1.HeaderClassName
{
color: #A04525;
}
.AnyTagClassName
{
color: #A04525;
}
</style>
background-color css
<style>
a { background-color: #A04525; }
a { background-color: rgb(160,69,37); }
div.DivClassName
{
background-color: #A04525;
}
.BgClassName
{
background-color: #A04525;
}
</style>
border-color css
<style>
span { border-color: #A04525; }
span { border-color: rgb(160,69,37); }
td.TdClassName
{
border-color: #A04525;
}
.TagClassName
{
border-color: #A04525;
}
</style>