Shades of Crail #AA5C4E
Tints of Crail #AA5C4E
RGB
CMYK
RGB Variations
Color information
#AA5C4E (or 0xAA5C4E) is known color: Crail. HEX triplet: AA, 5C and 4E. RGB value is (170,92,78). Sum of RGB (Red+Green+Blue) = 170+92+78=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5C4E is #55A3B1. Grayscale: #717171. Windows color (decimal): -5612466 or 5135530. OLE color: 5135530.
HSL color Cylindrical-coordinate representation of color #AA5C4E: hue angle of 9.13º 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 #AA5C4E is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 92 | 78 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.33 |
| HSL | 9.13º | 0.37% | 0.49% | - |
| HSV(B) | 9.13º | 0.54% | 0.67% | - |
| XYZ | 21.78 | 16.75 | 9.29 | - |
| YUV | 113.73 | 107.84 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 78 | 0 | 0.46 | 0.54 | 0.33 | 9.13 | 0.37 | 0.49 |
| Hex | AA | 5C | 4E | 0 | 2E | 36 | 21 | 9 | 25 | 31 |
| Octal | 252 | 134 | 116 | 0 | 56 | 66 | 41 | 11 | 45 | 61 |
| Binary | 10101010 | 1011100 | 1001110 | 0 | 101110 | 110110 | 100001 | 1001 | 100101 | 110001 |
Color Harmonies of #AA5C4E
Complementary color
Monochromatic Colors of #AA5C4E
Black with #AA5C4E
Text Example
Text Example
White with #AA5C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5C4E; }
p { color: rgb(170,92,78); }
H1.HeaderClassName
{
color: #AA5C4E;
}
.AnyTagClassName
{
color: #AA5C4E;
}
</style>
background-color css
<style>
a { background-color: #AA5C4E; }
a { background-color: rgb(170,92,78); }
div.DivClassName
{
background-color: #AA5C4E;
}
.BgClassName
{
background-color: #AA5C4E;
}
</style>
border-color css
<style>
span { border-color: #AA5C4E; }
span { border-color: rgb(170,92,78); }
td.TdClassName
{
border-color: #AA5C4E;
}
.TagClassName
{
border-color: #AA5C4E;
}
</style>