Shades of Rock Spray #A44525
Tints of Rock Spray #A44525
RGB
CMYK
RGB Variations
Color information
#A44525 (or 0xA44525) is known color: Rock Spray. HEX triplet: A4, 45 and 25. RGB value is (164,69,37). Sum of RGB (Red+Green+Blue) = 164+69+37=270 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.74% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 164 - color contains mainly: red. Hex color #A44525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44525 is #5BBADA. Grayscale: #5D5D5D. Windows color (decimal): -6011611 or 2442660. OLE color: 2442660.
HSL color Cylindrical-coordinate representation of color #A44525: hue angle of 15.12º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A44525 is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 69 | 37 | - |
| CMYK | 0 | 0.58 | 0.77 | 0.36 |
| HSL | 15.12º | 0.63% | 0.39% | - |
| HSV(B) | 15.12º | 0.77% | 0.64% | - |
| XYZ | 17.77 | 12.28 | 3.18 | - |
| YUV | 93.76 | 95.97 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 69 | 37 | 0 | 0.58 | 0.77 | 0.36 | 15.12 | 0.63 | 0.39 |
| Hex | A4 | 45 | 25 | 0 | 3A | 4D | 24 | F | 3F | 27 |
| Octal | 244 | 105 | 45 | 0 | 72 | 115 | 44 | 17 | 77 | 47 |
| Binary | 10100100 | 1000101 | 100101 | 0 | 111010 | 1001101 | 100100 | 1111 | 111111 | 100111 |
Color Harmonies of #A44525
Complementary color
Monochromatic Colors of #A44525
Black with #A44525
Text Example
Text Example
White with #A44525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44525; }
p { color: rgb(164,69,37); }
H1.HeaderClassName
{
color: #A44525;
}
.AnyTagClassName
{
color: #A44525;
}
</style>
background-color css
<style>
a { background-color: #A44525; }
a { background-color: rgb(164,69,37); }
div.DivClassName
{
background-color: #A44525;
}
.BgClassName
{
background-color: #A44525;
}
</style>
border-color css
<style>
span { border-color: #A44525; }
span { border-color: rgb(164,69,37); }
td.TdClassName
{
border-color: #A44525;
}
.TagClassName
{
border-color: #A44525;
}
</style>