Shades of Rock Spray #AB4021
Tints of Rock Spray #AB4021
RGB
CMYK
RGB Variations
Color information
#AB4021 (or 0xAB4021) is known color: Rock Spray. HEX triplet: AB, 40 and 21. RGB value is (171,64,33). Sum of RGB (Red+Green+Blue) = 171+64+33=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4021 is #54BFDE. Grayscale: #5C5C5C. Windows color (decimal): -5554143 or 2179243. OLE color: 2179243.
HSL color Cylindrical-coordinate representation of color #AB4021: hue angle of 13.48º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB4021 is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 33 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.33 |
| HSL | 13.48º | 0.68% | 0.4% | - |
| HSV(B) | 13.48º | 0.81% | 0.67% | - |
| XYZ | 18.9 | 12.43 | 2.84 | - |
| YUV | 92.46 | 94.45 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 33 | 0 | 0.63 | 0.81 | 0.33 | 13.48 | 0.68 | 0.4 |
| Hex | AB | 40 | 21 | 0 | 3F | 51 | 21 | D | 44 | 28 |
| Octal | 253 | 100 | 41 | 0 | 77 | 121 | 41 | 15 | 104 | 50 |
| Binary | 10101011 | 1000000 | 100001 | 0 | 111111 | 1010001 | 100001 | 1101 | 1000100 | 101000 |
Color Harmonies of #AB4021
Complementary color
Monochromatic Colors of #AB4021
Black with #AB4021
Text Example
Text Example
White with #AB4021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4021; }
p { color: rgb(171,64,33); }
H1.HeaderClassName
{
color: #AB4021;
}
.AnyTagClassName
{
color: #AB4021;
}
</style>
background-color css
<style>
a { background-color: #AB4021; }
a { background-color: rgb(171,64,33); }
div.DivClassName
{
background-color: #AB4021;
}
.BgClassName
{
background-color: #AB4021;
}
</style>
border-color css
<style>
span { border-color: #AB4021; }
span { border-color: rgb(171,64,33); }
td.TdClassName
{
border-color: #AB4021;
}
.TagClassName
{
border-color: #AB4021;
}
</style>