Shades of Crail #AB5A4A
Tints of Crail #AB5A4A
RGB
CMYK
RGB Variations
Color information
#AB5A4A (or 0xAB5A4A) is known color: Crail. HEX triplet: AB, 5A and 4A. RGB value is (171,90,74). Sum of RGB (Red+Green+Blue) = 171+90+74=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5A4A is #54A5B5. Grayscale: #707070. Windows color (decimal): -5547446 or 4872875. OLE color: 4872875.
HSL color Cylindrical-coordinate representation of color #AB5A4A: hue angle of 9.9º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB5A4A is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 90 | 74 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.33 |
| HSL | 9.9º | 0.4% | 0.48% | - |
| HSV(B) | 9.9º | 0.57% | 0.67% | - |
| XYZ | 21.69 | 16.46 | 8.51 | - |
| YUV | 112.4 | 106.34 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 90 | 74 | 0 | 0.47 | 0.57 | 0.33 | 9.9 | 0.4 | 0.48 |
| Hex | AB | 5A | 4A | 0 | 2F | 39 | 21 | A | 28 | 30 |
| Octal | 253 | 132 | 112 | 0 | 57 | 71 | 41 | 12 | 50 | 60 |
| Binary | 10101011 | 1011010 | 1001010 | 0 | 101111 | 111001 | 100001 | 1010 | 101000 | 110000 |
Color Harmonies of #AB5A4A
Complementary color
Monochromatic Colors of #AB5A4A
Black with #AB5A4A
Text Example
Text Example
White with #AB5A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5A4A; }
p { color: rgb(171,90,74); }
H1.HeaderClassName
{
color: #AB5A4A;
}
.AnyTagClassName
{
color: #AB5A4A;
}
</style>
background-color css
<style>
a { background-color: #AB5A4A; }
a { background-color: rgb(171,90,74); }
div.DivClassName
{
background-color: #AB5A4A;
}
.BgClassName
{
background-color: #AB5A4A;
}
</style>
border-color css
<style>
span { border-color: #AB5A4A; }
span { border-color: rgb(171,90,74); }
td.TdClassName
{
border-color: #AB5A4A;
}
.TagClassName
{
border-color: #AB5A4A;
}
</style>