Shades of Crail #AA5D53
Tints of Crail #AA5D53
RGB
CMYK
RGB Variations
Color information
#AA5D53 (or 0xAA5D53) is known color: Crail. HEX triplet: AA, 5D and 53. RGB value is (170,93,83). Sum of RGB (Red+Green+Blue) = 170+93+83=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5D53 is #55A2AC. Grayscale: #737373. Windows color (decimal): -5612205 or 5463466. OLE color: 5463466.
HSL color Cylindrical-coordinate representation of color #AA5D53: hue angle of 6.9º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA5D53 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 93 | 83 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.33 |
| HSL | 6.9º | 0.34% | 0.5% | - |
| HSV(B) | 6.9º | 0.51% | 0.67% | - |
| XYZ | 22.05 | 17 | 10.3 | - |
| YUV | 114.88 | 110.01 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 83 | 0 | 0.45 | 0.51 | 0.33 | 6.9 | 0.34 | 0.5 |
| Hex | AA | 5D | 53 | 0 | 2D | 33 | 21 | 7 | 22 | 32 |
| Octal | 252 | 135 | 123 | 0 | 55 | 63 | 41 | 7 | 42 | 62 |
| Binary | 10101010 | 1011101 | 1010011 | 0 | 101101 | 110011 | 100001 | 111 | 100010 | 110010 |
Color Harmonies of #AA5D53
Complementary color
Monochromatic Colors of #AA5D53
Black with #AA5D53
Text Example
Text Example
White with #AA5D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5D53; }
p { color: rgb(170,93,83); }
H1.HeaderClassName
{
color: #AA5D53;
}
.AnyTagClassName
{
color: #AA5D53;
}
</style>
background-color css
<style>
a { background-color: #AA5D53; }
a { background-color: rgb(170,93,83); }
div.DivClassName
{
background-color: #AA5D53;
}
.BgClassName
{
background-color: #AA5D53;
}
</style>
border-color css
<style>
span { border-color: #AA5D53; }
span { border-color: rgb(170,93,83); }
td.TdClassName
{
border-color: #AA5D53;
}
.TagClassName
{
border-color: #AA5D53;
}
</style>