Shades of Rock Spray #AB3E23
Tints of Rock Spray #AB3E23
RGB
CMYK
RGB Variations
Color information
#AB3E23 (or 0xAB3E23) is known color: Rock Spray. HEX triplet: AB, 3E and 23. RGB value is (171,62,35). Sum of RGB (Red+Green+Blue) = 171+62+35=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 62 (24.61% from 255 or 23.13% from 268); Blue value is 35 (14.06% from 255 or 13.06% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3E23 is #54C1DC. Grayscale: #5B5B5B. Windows color (decimal): -5554653 or 2309803. OLE color: 2309803.
HSL color Cylindrical-coordinate representation of color #AB3E23: hue angle of 11.91º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB3E23 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 62 | 35 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.33 |
| HSL | 11.91º | 0.66% | 0.4% | - |
| HSV(B) | 11.91º | 0.8% | 0.67% | - |
| XYZ | 18.82 | 12.22 | 2.96 | - |
| YUV | 91.51 | 96.11 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 35 | 0 | 0.64 | 0.80 | 0.33 | 11.91 | 0.66 | 0.4 |
| Hex | AB | 3E | 23 | 0 | 40 | 50 | 21 | C | 42 | 28 |
| Octal | 253 | 76 | 43 | 0 | 100 | 120 | 41 | 14 | 102 | 50 |
| Binary | 10101011 | 111110 | 100011 | 0 | 1000000 | 1010000 | 100001 | 1100 | 1000010 | 101000 |
Color Harmonies of #AB3E23
Complementary color
Monochromatic Colors of #AB3E23
Black with #AB3E23
Text Example
Text Example
White with #AB3E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3E23; }
p { color: rgb(171,62,35); }
H1.HeaderClassName
{
color: #AB3E23;
}
.AnyTagClassName
{
color: #AB3E23;
}
</style>
background-color css
<style>
a { background-color: #AB3E23; }
a { background-color: rgb(171,62,35); }
div.DivClassName
{
background-color: #AB3E23;
}
.BgClassName
{
background-color: #AB3E23;
}
</style>
border-color css
<style>
span { border-color: #AB3E23; }
span { border-color: rgb(171,62,35); }
td.TdClassName
{
border-color: #AB3E23;
}
.TagClassName
{
border-color: #AB3E23;
}
</style>