Shades of Crail #AA6053
Tints of Crail #AA6053
RGB
CMYK
RGB Variations
Color information
#AA6053 (or 0xAA6053) is known color: Crail. HEX triplet: AA, 60 and 53. RGB value is (170,96,83). Sum of RGB (Red+Green+Blue) = 170+96+83=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 83 (32.81% from 255 or 23.78% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6053 is #559FAC. Grayscale: #747474. Windows color (decimal): -5611437 or 5464234. OLE color: 5464234.
HSL color Cylindrical-coordinate representation of color #AA6053: hue angle of 8.97º 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 #AA6053 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 96 | 83 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.33 |
| HSL | 8.97º | 0.34% | 0.5% | - |
| HSV(B) | 8.97º | 0.51% | 0.67% | - |
| XYZ | 22.32 | 17.54 | 10.39 | - |
| YUV | 116.64 | 109.02 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 83 | 0 | 0.44 | 0.51 | 0.33 | 8.97 | 0.34 | 0.5 |
| Hex | AA | 60 | 53 | 0 | 2C | 33 | 21 | 9 | 22 | 32 |
| Octal | 252 | 140 | 123 | 0 | 54 | 63 | 41 | 11 | 42 | 62 |
| Binary | 10101010 | 1100000 | 1010011 | 0 | 101100 | 110011 | 100001 | 1001 | 100010 | 110010 |
Color Harmonies of #AA6053
Complementary color
Monochromatic Colors of #AA6053
Black with #AA6053
Text Example
Text Example
White with #AA6053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6053; }
p { color: rgb(170,96,83); }
H1.HeaderClassName
{
color: #AA6053;
}
.AnyTagClassName
{
color: #AA6053;
}
</style>
background-color css
<style>
a { background-color: #AA6053; }
a { background-color: rgb(170,96,83); }
div.DivClassName
{
background-color: #AA6053;
}
.BgClassName
{
background-color: #AA6053;
}
</style>
border-color css
<style>
span { border-color: #AA6053; }
span { border-color: rgb(170,96,83); }
td.TdClassName
{
border-color: #AA6053;
}
.TagClassName
{
border-color: #AA6053;
}
</style>