Shades of Rock Spray #A03926
Tints of Rock Spray #A03926
RGB
CMYK
RGB Variations
Color information
#A03926 (or 0xA03926) is known color: Rock Spray. HEX triplet: A0, 39 and 26. RGB value is (160,57,38). Sum of RGB (Red+Green+Blue) = 160+57+38=255 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.75% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 160 - color contains mainly: red. Hex color #A03926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03926 is #5FC6D9. Grayscale: #555555. Windows color (decimal): -6276826 or 2505120. OLE color: 2505120.
HSL color Cylindrical-coordinate representation of color #A03926: hue angle of 9.34º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A03926 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 57 | 38 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.37 |
| HSL | 9.34º | 0.62% | 0.39% | - |
| HSV(B) | 9.34º | 0.76% | 0.63% | - |
| XYZ | 16.31 | 10.54 | 3.01 | - |
| YUV | 85.63 | 101.12 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 38 | 0 | 0.64 | 0.76 | 0.37 | 9.34 | 0.62 | 0.39 |
| Hex | A0 | 39 | 26 | 0 | 40 | 4C | 25 | 9 | 3E | 27 |
| Octal | 240 | 71 | 46 | 0 | 100 | 114 | 45 | 11 | 76 | 47 |
| Binary | 10100000 | 111001 | 100110 | 0 | 1000000 | 1001100 | 100101 | 1001 | 111110 | 100111 |
Color Harmonies of #A03926
Complementary color
Monochromatic Colors of #A03926
Black with #A03926
Text Example
Text Example
White with #A03926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03926; }
p { color: rgb(160,57,38); }
H1.HeaderClassName
{
color: #A03926;
}
.AnyTagClassName
{
color: #A03926;
}
</style>
background-color css
<style>
a { background-color: #A03926; }
a { background-color: rgb(160,57,38); }
div.DivClassName
{
background-color: #A03926;
}
.BgClassName
{
background-color: #A03926;
}
</style>
border-color css
<style>
span { border-color: #A03926; }
span { border-color: rgb(160,57,38); }
td.TdClassName
{
border-color: #A03926;
}
.TagClassName
{
border-color: #A03926;
}
</style>