Shades of Rock Spray #A44524
Tints of Rock Spray #A44524
RGB
CMYK
RGB Variations
Color information
#A44524 (or 0xA44524) is known color: Rock Spray. HEX triplet: A4, 45 and 24. RGB value is (164,69,36). Sum of RGB (Red+Green+Blue) = 164+69+36=269 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.97% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 164 - color contains mainly: red. Hex color #A44524 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44524 is #5BBADB. Grayscale: #5D5D5D. Windows color (decimal): -6011612 or 2377124. OLE color: 2377124.
HSL color Cylindrical-coordinate representation of color #A44524: hue angle of 15.47º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A44524 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 69 | 36 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.36 |
| HSL | 15.47º | 0.64% | 0.39% | - |
| HSV(B) | 15.47º | 0.78% | 0.64% | - |
| XYZ | 17.76 | 12.28 | 3.1 | - |
| YUV | 93.64 | 95.47 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 69 | 36 | 0 | 0.58 | 0.78 | 0.36 | 15.47 | 0.64 | 0.39 |
| Hex | A4 | 45 | 24 | 0 | 3A | 4E | 24 | F | 40 | 27 |
| Octal | 244 | 105 | 44 | 0 | 72 | 116 | 44 | 17 | 100 | 47 |
| Binary | 10100100 | 1000101 | 100100 | 0 | 111010 | 1001110 | 100100 | 1111 | 1000000 | 100111 |
Color Harmonies of #A44524
Complementary color
Monochromatic Colors of #A44524
Black with #A44524
Text Example
Text Example
White with #A44524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44524; }
p { color: rgb(164,69,36); }
H1.HeaderClassName
{
color: #A44524;
}
.AnyTagClassName
{
color: #A44524;
}
</style>
background-color css
<style>
a { background-color: #A44524; }
a { background-color: rgb(164,69,36); }
div.DivClassName
{
background-color: #A44524;
}
.BgClassName
{
background-color: #A44524;
}
</style>
border-color css
<style>
span { border-color: #A44524; }
span { border-color: rgb(164,69,36); }
td.TdClassName
{
border-color: #A44524;
}
.TagClassName
{
border-color: #A44524;
}
</style>