Shades of Crail #AB5C4C
Tints of Crail #AB5C4C
RGB
CMYK
RGB Variations
Color information
#AB5C4C (or 0xAB5C4C) is known color: Crail. HEX triplet: AB, 5C and 4C. RGB value is (171,92,76). Sum of RGB (Red+Green+Blue) = 171+92+76=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5C4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5C4C is #54A3B3. Grayscale: #717171. Windows color (decimal): -5546932 or 5004459. OLE color: 5004459.
HSL color Cylindrical-coordinate representation of color #AB5C4C: hue angle of 10.11º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB5C4C is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 92 | 76 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.33 |
| HSL | 10.11º | 0.38% | 0.48% | - |
| HSV(B) | 10.11º | 0.56% | 0.67% | - |
| XYZ | 21.93 | 16.83 | 8.93 | - |
| YUV | 113.8 | 106.67 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 92 | 76 | 0 | 0.46 | 0.56 | 0.33 | 10.11 | 0.38 | 0.48 |
| Hex | AB | 5C | 4C | 0 | 2E | 38 | 21 | A | 26 | 30 |
| Octal | 253 | 134 | 114 | 0 | 56 | 70 | 41 | 12 | 46 | 60 |
| Binary | 10101011 | 1011100 | 1001100 | 0 | 101110 | 111000 | 100001 | 1010 | 100110 | 110000 |
Color Harmonies of #AB5C4C
Complementary color
Monochromatic Colors of #AB5C4C
Black with #AB5C4C
Text Example
Text Example
White with #AB5C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5C4C; }
p { color: rgb(171,92,76); }
H1.HeaderClassName
{
color: #AB5C4C;
}
.AnyTagClassName
{
color: #AB5C4C;
}
</style>
background-color css
<style>
a { background-color: #AB5C4C; }
a { background-color: rgb(171,92,76); }
div.DivClassName
{
background-color: #AB5C4C;
}
.BgClassName
{
background-color: #AB5C4C;
}
</style>
border-color css
<style>
span { border-color: #AB5C4C; }
span { border-color: rgb(171,92,76); }
td.TdClassName
{
border-color: #AB5C4C;
}
.TagClassName
{
border-color: #AB5C4C;
}
</style>