Shades of Rock Spray #AB4324
Tints of Rock Spray #AB4324
RGB
CMYK
RGB Variations
Color information
#AB4324 (or 0xAB4324) is known color: Rock Spray. HEX triplet: AB, 43 and 24. RGB value is (171,67,36). Sum of RGB (Red+Green+Blue) = 171+67+36=274 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.41% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 36 (14.45% from 255 or 13.14% from 274); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4324 is #54BCDB. Grayscale: #5E5E5E. Windows color (decimal): -5553372 or 2376619. OLE color: 2376619.
HSL color Cylindrical-coordinate representation of color #AB4324: hue angle of 13.78º 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 #AB4324 is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 67 | 36 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.33 |
| HSL | 13.78º | 0.65% | 0.41% | - |
| HSV(B) | 13.78º | 0.79% | 0.67% | - |
| XYZ | 19.12 | 12.8 | 3.13 | - |
| YUV | 94.56 | 94.96 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 67 | 36 | 0 | 0.61 | 0.79 | 0.33 | 13.78 | 0.65 | 0.41 |
| Hex | AB | 43 | 24 | 0 | 3D | 4F | 21 | E | 41 | 29 |
| Octal | 253 | 103 | 44 | 0 | 75 | 117 | 41 | 16 | 101 | 51 |
| Binary | 10101011 | 1000011 | 100100 | 0 | 111101 | 1001111 | 100001 | 1110 | 1000001 | 101001 |
Color Harmonies of #AB4324
Complementary color
Monochromatic Colors of #AB4324
Black with #AB4324
Text Example
Text Example
White with #AB4324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4324; }
p { color: rgb(171,67,36); }
H1.HeaderClassName
{
color: #AB4324;
}
.AnyTagClassName
{
color: #AB4324;
}
</style>
background-color css
<style>
a { background-color: #AB4324; }
a { background-color: rgb(171,67,36); }
div.DivClassName
{
background-color: #AB4324;
}
.BgClassName
{
background-color: #AB4324;
}
</style>
border-color css
<style>
span { border-color: #AB4324; }
span { border-color: rgb(171,67,36); }
td.TdClassName
{
border-color: #AB4324;
}
.TagClassName
{
border-color: #AB4324;
}
</style>