Shades of Rock Spray #A04233
Tints of Rock Spray #A04233
RGB
CMYK
RGB Variations
Color information
#A04233 (or 0xA04233) is known color: Rock Spray. HEX triplet: A0, 42 and 33. RGB value is (160,66,51). Sum of RGB (Red+Green+Blue) = 160+66+51=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A04233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04233 is #5FBDCC. Grayscale: #5C5C5C. Windows color (decimal): -6274509 or 3359392. OLE color: 3359392.
HSL color Cylindrical-coordinate representation of color #A04233: hue angle of 8.26º 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 #A04233 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 66 | 51 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.37 |
| HSL | 8.26º | 0.52% | 0.41% | - |
| HSV(B) | 8.26º | 0.68% | 0.63% | - |
| XYZ | 17.04 | 11.61 | 4.47 | - |
| YUV | 92.4 | 104.64 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 66 | 51 | 0 | 0.59 | 0.68 | 0.37 | 8.26 | 0.52 | 0.41 |
| Hex | A0 | 42 | 33 | 0 | 3B | 44 | 25 | 8 | 34 | 29 |
| Octal | 240 | 102 | 63 | 0 | 73 | 104 | 45 | 10 | 64 | 51 |
| Binary | 10100000 | 1000010 | 110011 | 0 | 111011 | 1000100 | 100101 | 1000 | 110100 | 101001 |
Color Harmonies of #A04233
Complementary color
Monochromatic Colors of #A04233
Black with #A04233
Text Example
Text Example
White with #A04233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04233; }
p { color: rgb(160,66,51); }
H1.HeaderClassName
{
color: #A04233;
}
.AnyTagClassName
{
color: #A04233;
}
</style>
background-color css
<style>
a { background-color: #A04233; }
a { background-color: rgb(160,66,51); }
div.DivClassName
{
background-color: #A04233;
}
.BgClassName
{
background-color: #A04233;
}
</style>
border-color css
<style>
span { border-color: #A04233; }
span { border-color: rgb(160,66,51); }
td.TdClassName
{
border-color: #A04233;
}
.TagClassName
{
border-color: #A04233;
}
</style>