Shades of Rock Spray #AB3D23
Tints of Rock Spray #AB3D23
RGB
CMYK
RGB Variations
Color information
#AB3D23 (or 0xAB3D23) is known color: Rock Spray. HEX triplet: AB, 3D and 23. RGB value is (171,61,35). Sum of RGB (Red+Green+Blue) = 171+61+35=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 35 (14.06% from 255 or 13.11% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3D23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3D23 is #54C2DC. Grayscale: #5B5B5B. Windows color (decimal): -5554909 or 2309547. OLE color: 2309547.
HSL color Cylindrical-coordinate representation of color #AB3D23: hue angle of 11.47º 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 #AB3D23 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 61 | 35 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.33 |
| HSL | 11.47º | 0.66% | 0.4% | - |
| HSV(B) | 11.47º | 0.8% | 0.67% | - |
| XYZ | 18.77 | 12.12 | 2.94 | - |
| YUV | 90.93 | 96.44 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 61 | 35 | 0 | 0.64 | 0.80 | 0.33 | 11.47 | 0.66 | 0.4 |
| Hex | AB | 3D | 23 | 0 | 40 | 50 | 21 | B | 42 | 28 |
| Octal | 253 | 75 | 43 | 0 | 100 | 120 | 41 | 13 | 102 | 50 |
| Binary | 10101011 | 111101 | 100011 | 0 | 1000000 | 1010000 | 100001 | 1011 | 1000010 | 101000 |
Color Harmonies of #AB3D23
Complementary color
Monochromatic Colors of #AB3D23
Black with #AB3D23
Text Example
Text Example
White with #AB3D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3D23; }
p { color: rgb(171,61,35); }
H1.HeaderClassName
{
color: #AB3D23;
}
.AnyTagClassName
{
color: #AB3D23;
}
</style>
background-color css
<style>
a { background-color: #AB3D23; }
a { background-color: rgb(171,61,35); }
div.DivClassName
{
background-color: #AB3D23;
}
.BgClassName
{
background-color: #AB3D23;
}
</style>
border-color css
<style>
span { border-color: #AB3D23; }
span { border-color: rgb(171,61,35); }
td.TdClassName
{
border-color: #AB3D23;
}
.TagClassName
{
border-color: #AB3D23;
}
</style>