Shades of Crail #AB5E52
Tints of Crail #AB5E52
RGB
CMYK
RGB Variations
Color information
#AB5E52 (or 0xAB5E52) is known color: Crail. HEX triplet: AB, 5E and 52. RGB value is (171,94,82). Sum of RGB (Red+Green+Blue) = 171+94+82=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5E52 is #54A1AD. Grayscale: #737373. Windows color (decimal): -5546414 or 5398187. OLE color: 5398187.
HSL color Cylindrical-coordinate representation of color #AB5E52: hue angle of 8.09º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB5E52 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 94 | 82 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.33 |
| HSL | 8.09º | 0.35% | 0.5% | - |
| HSV(B) | 8.09º | 0.52% | 0.67% | - |
| XYZ | 22.32 | 17.27 | 10.14 | - |
| YUV | 115.66 | 109.01 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 94 | 82 | 0 | 0.45 | 0.52 | 0.33 | 8.09 | 0.35 | 0.5 |
| Hex | AB | 5E | 52 | 0 | 2D | 34 | 21 | 8 | 23 | 32 |
| Octal | 253 | 136 | 122 | 0 | 55 | 64 | 41 | 10 | 43 | 62 |
| Binary | 10101011 | 1011110 | 1010010 | 0 | 101101 | 110100 | 100001 | 1000 | 100011 | 110010 |
Color Harmonies of #AB5E52
Complementary color
Monochromatic Colors of #AB5E52
Black with #AB5E52
Text Example
Text Example
White with #AB5E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5E52; }
p { color: rgb(171,94,82); }
H1.HeaderClassName
{
color: #AB5E52;
}
.AnyTagClassName
{
color: #AB5E52;
}
</style>
background-color css
<style>
a { background-color: #AB5E52; }
a { background-color: rgb(171,94,82); }
div.DivClassName
{
background-color: #AB5E52;
}
.BgClassName
{
background-color: #AB5E52;
}
</style>
border-color css
<style>
span { border-color: #AB5E52; }
span { border-color: rgb(171,94,82); }
td.TdClassName
{
border-color: #AB5E52;
}
.TagClassName
{
border-color: #AB5E52;
}
</style>