Shades of Rock Spray #A03623
Tints of Rock Spray #A03623
RGB
CMYK
RGB Variations
Color information
#A03623 (or 0xA03623) is known color: Rock Spray. HEX triplet: A0, 36 and 23. RGB value is (160,54,35). Sum of RGB (Red+Green+Blue) = 160+54+35=249 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.26% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 160 - color contains mainly: red. Hex color #A03623 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03623 is #5FC9DC. Grayscale: #535353. Windows color (decimal): -6277597 or 2307744. OLE color: 2307744.
HSL color Cylindrical-coordinate representation of color #A03623: hue angle of 9.12º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A03623 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 54 | 35 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.37 |
| HSL | 9.12º | 0.64% | 0.38% | - |
| HSV(B) | 9.12º | 0.78% | 0.63% | - |
| XYZ | 16.12 | 10.23 | 2.72 | - |
| YUV | 83.53 | 100.62 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 35 | 0 | 0.66 | 0.78 | 0.37 | 9.12 | 0.64 | 0.38 |
| Hex | A0 | 36 | 23 | 0 | 42 | 4E | 25 | 9 | 40 | 26 |
| Octal | 240 | 66 | 43 | 0 | 102 | 116 | 45 | 11 | 100 | 46 |
| Binary | 10100000 | 110110 | 100011 | 0 | 1000010 | 1001110 | 100101 | 1001 | 1000000 | 100110 |
Color Harmonies of #A03623
Complementary color
Monochromatic Colors of #A03623
Black with #A03623
Text Example
Text Example
White with #A03623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03623; }
p { color: rgb(160,54,35); }
H1.HeaderClassName
{
color: #A03623;
}
.AnyTagClassName
{
color: #A03623;
}
</style>
background-color css
<style>
a { background-color: #A03623; }
a { background-color: rgb(160,54,35); }
div.DivClassName
{
background-color: #A03623;
}
.BgClassName
{
background-color: #A03623;
}
</style>
border-color css
<style>
span { border-color: #A03623; }
span { border-color: rgb(160,54,35); }
td.TdClassName
{
border-color: #A03623;
}
.TagClassName
{
border-color: #A03623;
}
</style>