Shades of Rock Spray #A14C32
Tints of Rock Spray #A14C32
RGB
CMYK
RGB Variations
Color information
#A14C32 (or 0xA14C32) is known color: Rock Spray. HEX triplet: A1, 4C and 32. RGB value is (161,76,50). Sum of RGB (Red+Green+Blue) = 161+76+50=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14C32 is #5EB3CD. Grayscale: #626262. Windows color (decimal): -6206414 or 3296417. OLE color: 3296417.
HSL color Cylindrical-coordinate representation of color #A14C32: hue angle of 14.05º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A14C32 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 76 | 50 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.37 |
| HSL | 14.05º | 0.53% | 0.41% | - |
| HSV(B) | 14.05º | 0.69% | 0.63% | - |
| XYZ | 17.86 | 12.98 | 4.58 | - |
| YUV | 98.45 | 100.66 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 50 | 0 | 0.53 | 0.69 | 0.37 | 14.05 | 0.53 | 0.41 |
| Hex | A1 | 4C | 32 | 0 | 35 | 45 | 25 | E | 35 | 29 |
| Octal | 241 | 114 | 62 | 0 | 65 | 105 | 45 | 16 | 65 | 51 |
| Binary | 10100001 | 1001100 | 110010 | 0 | 110101 | 1000101 | 100101 | 1110 | 110101 | 101001 |
Color Harmonies of #A14C32
Complementary color
Monochromatic Colors of #A14C32
Black with #A14C32
Text Example
Text Example
White with #A14C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14C32; }
p { color: rgb(161,76,50); }
H1.HeaderClassName
{
color: #A14C32;
}
.AnyTagClassName
{
color: #A14C32;
}
</style>
background-color css
<style>
a { background-color: #A14C32; }
a { background-color: rgb(161,76,50); }
div.DivClassName
{
background-color: #A14C32;
}
.BgClassName
{
background-color: #A14C32;
}
</style>
border-color css
<style>
span { border-color: #A14C32; }
span { border-color: rgb(161,76,50); }
td.TdClassName
{
border-color: #A14C32;
}
.TagClassName
{
border-color: #A14C32;
}
</style>