Shades of Rock Spray #A14524
Tints of Rock Spray #A14524
RGB
CMYK
RGB Variations
Color information
#A14524 (or 0xA14524) is known color: Rock Spray. HEX triplet: A1, 45 and 24. RGB value is (161,69,36). Sum of RGB (Red+Green+Blue) = 161+69+36=266 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.53% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 36 (14.45% from 255 or 13.53% from 266); Max value from RGB is 161 - color contains mainly: red. Hex color #A14524 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14524 is #5EBADB. Grayscale: #5C5C5C. Windows color (decimal): -6208220 or 2377121. OLE color: 2377121.
HSL color Cylindrical-coordinate representation of color #A14524: hue angle of 15.84º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A14524 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 69 | 36 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.37 |
| HSL | 15.84º | 0.63% | 0.39% | - |
| HSV(B) | 15.84º | 0.78% | 0.63% | - |
| XYZ | 17.14 | 11.96 | 3.07 | - |
| YUV | 92.75 | 95.98 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 69 | 36 | 0 | 0.57 | 0.78 | 0.37 | 15.84 | 0.63 | 0.39 |
| Hex | A1 | 45 | 24 | 0 | 39 | 4E | 25 | 10 | 3F | 27 |
| Octal | 241 | 105 | 44 | 0 | 71 | 116 | 45 | 20 | 77 | 47 |
| Binary | 10100001 | 1000101 | 100100 | 0 | 111001 | 1001110 | 100101 | 10000 | 111111 | 100111 |
Color Harmonies of #A14524
Complementary color
Monochromatic Colors of #A14524
Black with #A14524
Text Example
Text Example
White with #A14524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14524; }
p { color: rgb(161,69,36); }
H1.HeaderClassName
{
color: #A14524;
}
.AnyTagClassName
{
color: #A14524;
}
</style>
background-color css
<style>
a { background-color: #A14524; }
a { background-color: rgb(161,69,36); }
div.DivClassName
{
background-color: #A14524;
}
.BgClassName
{
background-color: #A14524;
}
</style>
border-color css
<style>
span { border-color: #A14524; }
span { border-color: rgb(161,69,36); }
td.TdClassName
{
border-color: #A14524;
}
.TagClassName
{
border-color: #A14524;
}
</style>