Shades of Rock Spray #AB4127
Tints of Rock Spray #AB4127
RGB
CMYK
RGB Variations
Color information
#AB4127 (or 0xAB4127) is known color: Rock Spray. HEX triplet: AB, 41 and 27. RGB value is (171,65,39). Sum of RGB (Red+Green+Blue) = 171+65+39=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4127 is #54BED8. Grayscale: #5D5D5D. Windows color (decimal): -5553881 or 2572715. OLE color: 2572715.
HSL color Cylindrical-coordinate representation of color #AB4127: hue angle of 11.82º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB4127 is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 65 | 39 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.33 |
| HSL | 11.82º | 0.63% | 0.41% | - |
| HSV(B) | 11.82º | 0.77% | 0.67% | - |
| XYZ | 19.05 | 12.59 | 3.34 | - |
| YUV | 93.73 | 97.12 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 39 | 0 | 0.62 | 0.77 | 0.33 | 11.82 | 0.63 | 0.41 |
| Hex | AB | 41 | 27 | 0 | 3E | 4D | 21 | C | 3F | 29 |
| Octal | 253 | 101 | 47 | 0 | 76 | 115 | 41 | 14 | 77 | 51 |
| Binary | 10101011 | 1000001 | 100111 | 0 | 111110 | 1001101 | 100001 | 1100 | 111111 | 101001 |
Color Harmonies of #AB4127
Complementary color
Monochromatic Colors of #AB4127
Black with #AB4127
Text Example
Text Example
White with #AB4127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4127; }
p { color: rgb(171,65,39); }
H1.HeaderClassName
{
color: #AB4127;
}
.AnyTagClassName
{
color: #AB4127;
}
</style>
background-color css
<style>
a { background-color: #AB4127; }
a { background-color: rgb(171,65,39); }
div.DivClassName
{
background-color: #AB4127;
}
.BgClassName
{
background-color: #AB4127;
}
</style>
border-color css
<style>
span { border-color: #AB4127; }
span { border-color: rgb(171,65,39); }
td.TdClassName
{
border-color: #AB4127;
}
.TagClassName
{
border-color: #AB4127;
}
</style>