Shades of Rock Spray #A93E23
Tints of Rock Spray #A93E23
RGB
CMYK
RGB Variations
Color information
#A93E23 (or 0xA93E23) is known color: Rock Spray. HEX triplet: A9, 3E and 23. RGB value is (169,62,35). Sum of RGB (Red+Green+Blue) = 169+62+35=266 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.53% from 266); Green value is 62 (24.61% from 255 or 23.31% from 266); Blue value is 35 (14.06% from 255 or 13.16% from 266); Max value from RGB is 169 - color contains mainly: red. Hex color #A93E23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93E23 is #56C1DC. Grayscale: #5B5B5B. Windows color (decimal): -5685725 or 2309801. OLE color: 2309801.
HSL color Cylindrical-coordinate representation of color #A93E23: hue angle of 12.09º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A93E23 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 62 | 35 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.34 |
| HSL | 12.09º | 0.66% | 0.4% | - |
| HSV(B) | 12.09º | 0.79% | 0.66% | - |
| XYZ | 18.39 | 12 | 2.94 | - |
| YUV | 90.92 | 96.45 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 62 | 35 | 0 | 0.63 | 0.79 | 0.34 | 12.09 | 0.66 | 0.4 |
| Hex | A9 | 3E | 23 | 0 | 3F | 4F | 22 | C | 42 | 28 |
| Octal | 251 | 76 | 43 | 0 | 77 | 117 | 42 | 14 | 102 | 50 |
| Binary | 10101001 | 111110 | 100011 | 0 | 111111 | 1001111 | 100010 | 1100 | 1000010 | 101000 |
Color Harmonies of #A93E23
Complementary color
Monochromatic Colors of #A93E23
Black with #A93E23
Text Example
Text Example
White with #A93E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93E23; }
p { color: rgb(169,62,35); }
H1.HeaderClassName
{
color: #A93E23;
}
.AnyTagClassName
{
color: #A93E23;
}
</style>
background-color css
<style>
a { background-color: #A93E23; }
a { background-color: rgb(169,62,35); }
div.DivClassName
{
background-color: #A93E23;
}
.BgClassName
{
background-color: #A93E23;
}
</style>
border-color css
<style>
span { border-color: #A93E23; }
span { border-color: rgb(169,62,35); }
td.TdClassName
{
border-color: #A93E23;
}
.TagClassName
{
border-color: #A93E23;
}
</style>