Shades of Crail #AA5E50
Tints of Crail #AA5E50
RGB
CMYK
RGB Variations
Color information
#AA5E50 (or 0xAA5E50) is known color: Crail. HEX triplet: AA, 5E and 50. RGB value is (170,94,80). Sum of RGB (Red+Green+Blue) = 170+94+80=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5E50 is #55A1AF. Grayscale: #737373. Windows color (decimal): -5611952 or 5267114. OLE color: 5267114.
HSL color Cylindrical-coordinate representation of color #AA5E50: hue angle of 9.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA5E50 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 94 | 80 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.33 |
| HSL | 9.33º | 0.36% | 0.49% | - |
| HSV(B) | 9.33º | 0.53% | 0.67% | - |
| XYZ | 22.03 | 17.13 | 9.73 | - |
| YUV | 115.13 | 108.18 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 80 | 0 | 0.45 | 0.53 | 0.33 | 9.33 | 0.36 | 0.49 |
| Hex | AA | 5E | 50 | 0 | 2D | 35 | 21 | 9 | 24 | 31 |
| Octal | 252 | 136 | 120 | 0 | 55 | 65 | 41 | 11 | 44 | 61 |
| Binary | 10101010 | 1011110 | 1010000 | 0 | 101101 | 110101 | 100001 | 1001 | 100100 | 110001 |
Color Harmonies of #AA5E50
Complementary color
Monochromatic Colors of #AA5E50
Black with #AA5E50
Text Example
Text Example
White with #AA5E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5E50; }
p { color: rgb(170,94,80); }
H1.HeaderClassName
{
color: #AA5E50;
}
.AnyTagClassName
{
color: #AA5E50;
}
</style>
background-color css
<style>
a { background-color: #AA5E50; }
a { background-color: rgb(170,94,80); }
div.DivClassName
{
background-color: #AA5E50;
}
.BgClassName
{
background-color: #AA5E50;
}
</style>
border-color css
<style>
span { border-color: #AA5E50; }
span { border-color: rgb(170,94,80); }
td.TdClassName
{
border-color: #AA5E50;
}
.TagClassName
{
border-color: #AA5E50;
}
</style>