Shades of Crail #AA5D55
Tints of Crail #AA5D55
RGB
CMYK
RGB Variations
Color information
#AA5D55 (or 0xAA5D55) is known color: Crail. HEX triplet: AA, 5D and 55. RGB value is (170,93,85). Sum of RGB (Red+Green+Blue) = 170+93+85=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5D55 is #55A2AA. Grayscale: #737373. Windows color (decimal): -5612203 or 5594538. OLE color: 5594538.
HSL color Cylindrical-coordinate representation of color #AA5D55: hue angle of 5.65º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA5D55 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 93 | 85 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.33 |
| HSL | 5.65º | 0.33% | 0.5% | - |
| HSV(B) | 5.65º | 0.5% | 0.67% | - |
| XYZ | 22.13 | 17.03 | 10.72 | - |
| YUV | 115.11 | 111.01 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 85 | 0 | 0.45 | 0.50 | 0.33 | 5.65 | 0.33 | 0.5 |
| Hex | AA | 5D | 55 | 0 | 2D | 32 | 21 | 6 | 21 | 32 |
| Octal | 252 | 135 | 125 | 0 | 55 | 62 | 41 | 6 | 41 | 62 |
| Binary | 10101010 | 1011101 | 1010101 | 0 | 101101 | 110010 | 100001 | 110 | 100001 | 110010 |
Color Harmonies of #AA5D55
Complementary color
Monochromatic Colors of #AA5D55
Black with #AA5D55
Text Example
Text Example
White with #AA5D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5D55; }
p { color: rgb(170,93,85); }
H1.HeaderClassName
{
color: #AA5D55;
}
.AnyTagClassName
{
color: #AA5D55;
}
</style>
background-color css
<style>
a { background-color: #AA5D55; }
a { background-color: rgb(170,93,85); }
div.DivClassName
{
background-color: #AA5D55;
}
.BgClassName
{
background-color: #AA5D55;
}
</style>
border-color css
<style>
span { border-color: #AA5D55; }
span { border-color: rgb(170,93,85); }
td.TdClassName
{
border-color: #AA5D55;
}
.TagClassName
{
border-color: #AA5D55;
}
</style>