Shades of Rock Spray #AB4224
Tints of Rock Spray #AB4224
RGB
CMYK
RGB Variations
Color information
#AB4224 (or 0xAB4224) is known color: Rock Spray. HEX triplet: AB, 42 and 24. RGB value is (171,66,36). Sum of RGB (Red+Green+Blue) = 171+66+36=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4224 is #54BDDB. Grayscale: #5E5E5E. Windows color (decimal): -5553628 or 2376363. OLE color: 2376363.
HSL color Cylindrical-coordinate representation of color #AB4224: hue angle of 13.33º 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 #AB4224 is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 66 | 36 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.33 |
| HSL | 13.33º | 0.65% | 0.41% | - |
| HSV(B) | 13.33º | 0.79% | 0.67% | - |
| XYZ | 19.06 | 12.68 | 3.11 | - |
| YUV | 93.98 | 95.29 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 36 | 0 | 0.61 | 0.79 | 0.33 | 13.33 | 0.65 | 0.41 |
| Hex | AB | 42 | 24 | 0 | 3D | 4F | 21 | D | 41 | 29 |
| Octal | 253 | 102 | 44 | 0 | 75 | 117 | 41 | 15 | 101 | 51 |
| Binary | 10101011 | 1000010 | 100100 | 0 | 111101 | 1001111 | 100001 | 1101 | 1000001 | 101001 |
Color Harmonies of #AB4224
Complementary color
Monochromatic Colors of #AB4224
Black with #AB4224
Text Example
Text Example
White with #AB4224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4224; }
p { color: rgb(171,66,36); }
H1.HeaderClassName
{
color: #AB4224;
}
.AnyTagClassName
{
color: #AB4224;
}
</style>
background-color css
<style>
a { background-color: #AB4224; }
a { background-color: rgb(171,66,36); }
div.DivClassName
{
background-color: #AB4224;
}
.BgClassName
{
background-color: #AB4224;
}
</style>
border-color css
<style>
span { border-color: #AB4224; }
span { border-color: rgb(171,66,36); }
td.TdClassName
{
border-color: #AB4224;
}
.TagClassName
{
border-color: #AB4224;
}
</style>