Shades of Rock Spray #A04A32
Tints of Rock Spray #A04A32
RGB
CMYK
RGB Variations
Color information
#A04A32 (or 0xA04A32) is known color: Rock Spray. HEX triplet: A0, 4A and 32. RGB value is (160,74,50). Sum of RGB (Red+Green+Blue) = 160+74+50=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04A32 is #5FB5CD. Grayscale: #616161. Windows color (decimal): -6272462 or 3295904. OLE color: 3295904.
HSL color Cylindrical-coordinate representation of color #A04A32: hue angle of 13.09º degrees, saturation: 0.52, 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 #A04A32 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 74 | 50 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.37 |
| HSL | 13.09º | 0.52% | 0.41% | - |
| HSV(B) | 13.09º | 0.69% | 0.63% | - |
| XYZ | 17.52 | 12.6 | 4.53 | - |
| YUV | 96.98 | 101.49 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 74 | 50 | 0 | 0.54 | 0.69 | 0.37 | 13.09 | 0.52 | 0.41 |
| Hex | A0 | 4A | 32 | 0 | 36 | 45 | 25 | D | 34 | 29 |
| Octal | 240 | 112 | 62 | 0 | 66 | 105 | 45 | 15 | 64 | 51 |
| Binary | 10100000 | 1001010 | 110010 | 0 | 110110 | 1000101 | 100101 | 1101 | 110100 | 101001 |
Color Harmonies of #A04A32
Complementary color
Monochromatic Colors of #A04A32
Black with #A04A32
Text Example
Text Example
White with #A04A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04A32; }
p { color: rgb(160,74,50); }
H1.HeaderClassName
{
color: #A04A32;
}
.AnyTagClassName
{
color: #A04A32;
}
</style>
background-color css
<style>
a { background-color: #A04A32; }
a { background-color: rgb(160,74,50); }
div.DivClassName
{
background-color: #A04A32;
}
.BgClassName
{
background-color: #A04A32;
}
</style>
border-color css
<style>
span { border-color: #A04A32; }
span { border-color: rgb(160,74,50); }
td.TdClassName
{
border-color: #A04A32;
}
.TagClassName
{
border-color: #A04A32;
}
</style>