Shades of Rock Spray #A93A20
Tints of Rock Spray #A93A20
RGB
CMYK
RGB Variations
Color information
#A93A20 (or 0xA93A20) is known color: Rock Spray. HEX triplet: A9, 3A and 20. RGB value is (169,58,32). Sum of RGB (Red+Green+Blue) = 169+58+32=259 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.25% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93A20 is #56C5DF. Grayscale: #585858. Windows color (decimal): -5686752 or 2112169. OLE color: 2112169.
HSL color Cylindrical-coordinate representation of color #A93A20: hue angle of 11.39º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A93A20 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 58 | 32 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.34 |
| HSL | 11.39º | 0.68% | 0.39% | - |
| HSV(B) | 11.39º | 0.81% | 0.66% | - |
| XYZ | 18.14 | 11.57 | 2.64 | - |
| YUV | 88.23 | 96.27 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 58 | 32 | 0 | 0.66 | 0.81 | 0.34 | 11.39 | 0.68 | 0.39 |
| Hex | A9 | 3A | 20 | 0 | 42 | 51 | 22 | B | 44 | 27 |
| Octal | 251 | 72 | 40 | 0 | 102 | 121 | 42 | 13 | 104 | 47 |
| Binary | 10101001 | 111010 | 100000 | 0 | 1000010 | 1010001 | 100010 | 1011 | 1000100 | 100111 |
Color Harmonies of #A93A20
Complementary color
Monochromatic Colors of #A93A20
Black with #A93A20
Text Example
Text Example
White with #A93A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93A20; }
p { color: rgb(169,58,32); }
H1.HeaderClassName
{
color: #A93A20;
}
.AnyTagClassName
{
color: #A93A20;
}
</style>
background-color css
<style>
a { background-color: #A93A20; }
a { background-color: rgb(169,58,32); }
div.DivClassName
{
background-color: #A93A20;
}
.BgClassName
{
background-color: #A93A20;
}
</style>
border-color css
<style>
span { border-color: #A93A20; }
span { border-color: rgb(169,58,32); }
td.TdClassName
{
border-color: #A93A20;
}
.TagClassName
{
border-color: #A93A20;
}
</style>