Shades of Rock Spray #A14528
Tints of Rock Spray #A14528
RGB
CMYK
RGB Variations
Color information
#A14528 (or 0xA14528) is known color: Rock Spray. HEX triplet: A1, 45 and 28. RGB value is (161,69,40). Sum of RGB (Red+Green+Blue) = 161+69+40=270 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.63% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 161 - color contains mainly: red. Hex color #A14528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14528 is #5EBAD7. Grayscale: #5D5D5D. Windows color (decimal): -6208216 or 2639265. OLE color: 2639265.
HSL color Cylindrical-coordinate representation of color #A14528: hue angle of 14.38º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A14528 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 69 | 40 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.37 |
| HSL | 14.38º | 0.6% | 0.39% | - |
| HSV(B) | 14.38º | 0.75% | 0.63% | - |
| XYZ | 17.21 | 11.99 | 3.41 | - |
| YUV | 93.2 | 97.98 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 69 | 40 | 0 | 0.57 | 0.75 | 0.37 | 14.38 | 0.6 | 0.39 |
| Hex | A1 | 45 | 28 | 0 | 39 | 4B | 25 | E | 3C | 27 |
| Octal | 241 | 105 | 50 | 0 | 71 | 113 | 45 | 16 | 74 | 47 |
| Binary | 10100001 | 1000101 | 101000 | 0 | 111001 | 1001011 | 100101 | 1110 | 111100 | 100111 |
Color Harmonies of #A14528
Complementary color
Monochromatic Colors of #A14528
Black with #A14528
Text Example
Text Example
White with #A14528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14528; }
p { color: rgb(161,69,40); }
H1.HeaderClassName
{
color: #A14528;
}
.AnyTagClassName
{
color: #A14528;
}
</style>
background-color css
<style>
a { background-color: #A14528; }
a { background-color: rgb(161,69,40); }
div.DivClassName
{
background-color: #A14528;
}
.BgClassName
{
background-color: #A14528;
}
</style>
border-color css
<style>
span { border-color: #A14528; }
span { border-color: rgb(161,69,40); }
td.TdClassName
{
border-color: #A14528;
}
.TagClassName
{
border-color: #A14528;
}
</style>