Shades of Crail #AB574A
Tints of Crail #AB574A
RGB
CMYK
RGB Variations
Color information
#AB574A (or 0xAB574A) is known color: Crail. HEX triplet: AB, 57 and 4A. RGB value is (171,87,74). Sum of RGB (Red+Green+Blue) = 171+87+74=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB574A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB574A is #54A8B5. Grayscale: #6E6E6E. Windows color (decimal): -5548214 or 4872107. OLE color: 4872107.
HSL color Cylindrical-coordinate representation of color #AB574A: hue angle of 8.04º 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 #AB574A is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 87 | 74 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.33 |
| HSL | 8.04º | 0.4% | 0.48% | - |
| HSV(B) | 8.04º | 0.57% | 0.67% | - |
| XYZ | 21.44 | 15.97 | 8.43 | - |
| YUV | 110.63 | 107.33 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 87 | 74 | 0 | 0.49 | 0.57 | 0.33 | 8.04 | 0.4 | 0.48 |
| Hex | AB | 57 | 4A | 0 | 31 | 39 | 21 | 8 | 28 | 30 |
| Octal | 253 | 127 | 112 | 0 | 61 | 71 | 41 | 10 | 50 | 60 |
| Binary | 10101011 | 1010111 | 1001010 | 0 | 110001 | 111001 | 100001 | 1000 | 101000 | 110000 |
Color Harmonies of #AB574A
Complementary color
Monochromatic Colors of #AB574A
Black with #AB574A
Text Example
Text Example
White with #AB574A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB574A; }
p { color: rgb(171,87,74); }
H1.HeaderClassName
{
color: #AB574A;
}
.AnyTagClassName
{
color: #AB574A;
}
</style>
background-color css
<style>
a { background-color: #AB574A; }
a { background-color: rgb(171,87,74); }
div.DivClassName
{
background-color: #AB574A;
}
.BgClassName
{
background-color: #AB574A;
}
</style>
border-color css
<style>
span { border-color: #AB574A; }
span { border-color: rgb(171,87,74); }
td.TdClassName
{
border-color: #AB574A;
}
.TagClassName
{
border-color: #AB574A;
}
</style>