Shades of Rock Spray #A14229
Tints of Rock Spray #A14229
RGB
CMYK
RGB Variations
Color information
#A14229 (or 0xA14229) is known color: Rock Spray. HEX triplet: A1, 42 and 29. RGB value is (161,66,41). Sum of RGB (Red+Green+Blue) = 161+66+41=268 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.07% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 161 - color contains mainly: red. Hex color #A14229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14229 is #5EBDD6. Grayscale: #5B5B5B. Windows color (decimal): -6208983 or 2704033. OLE color: 2704033.
HSL color Cylindrical-coordinate representation of color #A14229: hue angle of 12.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A14229 is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 66 | 41 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.37 |
| HSL | 12.5º | 0.59% | 0.4% | - |
| HSV(B) | 12.5º | 0.75% | 0.63% | - |
| XYZ | 17.05 | 11.63 | 3.44 | - |
| YUV | 91.56 | 99.47 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 66 | 41 | 0 | 0.59 | 0.75 | 0.37 | 12.5 | 0.59 | 0.4 |
| Hex | A1 | 42 | 29 | 0 | 3B | 4B | 25 | C | 3B | 28 |
| Octal | 241 | 102 | 51 | 0 | 73 | 113 | 45 | 14 | 73 | 50 |
| Binary | 10100001 | 1000010 | 101001 | 0 | 111011 | 1001011 | 100101 | 1100 | 111011 | 101000 |
Color Harmonies of #A14229
Complementary color
Monochromatic Colors of #A14229
Black with #A14229
Text Example
Text Example
White with #A14229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14229; }
p { color: rgb(161,66,41); }
H1.HeaderClassName
{
color: #A14229;
}
.AnyTagClassName
{
color: #A14229;
}
</style>
background-color css
<style>
a { background-color: #A14229; }
a { background-color: rgb(161,66,41); }
div.DivClassName
{
background-color: #A14229;
}
.BgClassName
{
background-color: #A14229;
}
</style>
border-color css
<style>
span { border-color: #A14229; }
span { border-color: rgb(161,66,41); }
td.TdClassName
{
border-color: #A14229;
}
.TagClassName
{
border-color: #A14229;
}
</style>