Shades of Crail #AA5E4E
Tints of Crail #AA5E4E
RGB
CMYK
RGB Variations
Color information
#AA5E4E (or 0xAA5E4E) is known color: Crail. HEX triplet: AA, 5E and 4E. RGB value is (170,94,78). Sum of RGB (Red+Green+Blue) = 170+94+78=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5E4E is #55A1B1. Grayscale: #737373. Windows color (decimal): -5611954 or 5136042. OLE color: 5136042.
HSL color Cylindrical-coordinate representation of color #AA5E4E: hue angle of 10.43º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA5E4E is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 94 | 78 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.33 |
| HSL | 10.43º | 0.37% | 0.49% | - |
| HSV(B) | 10.43º | 0.54% | 0.67% | - |
| XYZ | 21.96 | 17.1 | 9.35 | - |
| YUV | 114.9 | 107.18 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 78 | 0 | 0.45 | 0.54 | 0.33 | 10.43 | 0.37 | 0.49 |
| Hex | AA | 5E | 4E | 0 | 2D | 36 | 21 | A | 25 | 31 |
| Octal | 252 | 136 | 116 | 0 | 55 | 66 | 41 | 12 | 45 | 61 |
| Binary | 10101010 | 1011110 | 1001110 | 0 | 101101 | 110110 | 100001 | 1010 | 100101 | 110001 |
Color Harmonies of #AA5E4E
Complementary color
Monochromatic Colors of #AA5E4E
Black with #AA5E4E
Text Example
Text Example
White with #AA5E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5E4E; }
p { color: rgb(170,94,78); }
H1.HeaderClassName
{
color: #AA5E4E;
}
.AnyTagClassName
{
color: #AA5E4E;
}
</style>
background-color css
<style>
a { background-color: #AA5E4E; }
a { background-color: rgb(170,94,78); }
div.DivClassName
{
background-color: #AA5E4E;
}
.BgClassName
{
background-color: #AA5E4E;
}
</style>
border-color css
<style>
span { border-color: #AA5E4E; }
span { border-color: rgb(170,94,78); }
td.TdClassName
{
border-color: #AA5E4E;
}
.TagClassName
{
border-color: #AA5E4E;
}
</style>