Shades of Rock Spray #AB4024
Tints of Rock Spray #AB4024
RGB
CMYK
RGB Variations
Color information
#AB4024 (or 0xAB4024) is known color: Rock Spray. HEX triplet: AB, 40 and 24. RGB value is (171,64,36). Sum of RGB (Red+Green+Blue) = 171+64+36=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4024 is #54BFDB. Grayscale: #5D5D5D. Windows color (decimal): -5554140 or 2375851. OLE color: 2375851.
HSL color Cylindrical-coordinate representation of color #AB4024: hue angle of 12.44º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB4024 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 36 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.33 |
| HSL | 12.44º | 0.65% | 0.41% | - |
| HSV(B) | 12.44º | 0.79% | 0.67% | - |
| XYZ | 18.95 | 12.45 | 3.07 | - |
| YUV | 92.8 | 95.95 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 36 | 0 | 0.63 | 0.79 | 0.33 | 12.44 | 0.65 | 0.41 |
| Hex | AB | 40 | 24 | 0 | 3F | 4F | 21 | C | 41 | 29 |
| Octal | 253 | 100 | 44 | 0 | 77 | 117 | 41 | 14 | 101 | 51 |
| Binary | 10101011 | 1000000 | 100100 | 0 | 111111 | 1001111 | 100001 | 1100 | 1000001 | 101001 |
Color Harmonies of #AB4024
Complementary color
Monochromatic Colors of #AB4024
Black with #AB4024
Text Example
Text Example
White with #AB4024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4024; }
p { color: rgb(171,64,36); }
H1.HeaderClassName
{
color: #AB4024;
}
.AnyTagClassName
{
color: #AB4024;
}
</style>
background-color css
<style>
a { background-color: #AB4024; }
a { background-color: rgb(171,64,36); }
div.DivClassName
{
background-color: #AB4024;
}
.BgClassName
{
background-color: #AB4024;
}
</style>
border-color css
<style>
span { border-color: #AB4024; }
span { border-color: rgb(171,64,36); }
td.TdClassName
{
border-color: #AB4024;
}
.TagClassName
{
border-color: #AB4024;
}
</style>