Shades of Rock Spray #A04C33
Tints of Rock Spray #A04C33
RGB
CMYK
RGB Variations
Color information
#A04C33 (or 0xA04C33) is known color: Rock Spray. HEX triplet: A0, 4C and 33. RGB value is (160,76,51). Sum of RGB (Red+Green+Blue) = 160+76+51=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04C33 is #5FB3CC. Grayscale: #626262. Windows color (decimal): -6271949 or 3361952. OLE color: 3361952.
HSL color Cylindrical-coordinate representation of color #A04C33: hue angle of 13.76º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A04C33 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 76 | 51 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.37 |
| HSL | 13.76º | 0.52% | 0.41% | - |
| HSV(B) | 13.76º | 0.68% | 0.63% | - |
| XYZ | 17.68 | 12.88 | 4.69 | - |
| YUV | 98.27 | 101.33 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 51 | 0 | 0.52 | 0.68 | 0.37 | 13.76 | 0.52 | 0.41 |
| Hex | A0 | 4C | 33 | 0 | 34 | 44 | 25 | E | 34 | 29 |
| Octal | 240 | 114 | 63 | 0 | 64 | 104 | 45 | 16 | 64 | 51 |
| Binary | 10100000 | 1001100 | 110011 | 0 | 110100 | 1000100 | 100101 | 1110 | 110100 | 101001 |
Color Harmonies of #A04C33
Complementary color
Monochromatic Colors of #A04C33
Black with #A04C33
Text Example
Text Example
White with #A04C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04C33; }
p { color: rgb(160,76,51); }
H1.HeaderClassName
{
color: #A04C33;
}
.AnyTagClassName
{
color: #A04C33;
}
</style>
background-color css
<style>
a { background-color: #A04C33; }
a { background-color: rgb(160,76,51); }
div.DivClassName
{
background-color: #A04C33;
}
.BgClassName
{
background-color: #A04C33;
}
</style>
border-color css
<style>
span { border-color: #A04C33; }
span { border-color: rgb(160,76,51); }
td.TdClassName
{
border-color: #A04C33;
}
.TagClassName
{
border-color: #A04C33;
}
</style>