Shades of Crail #AA6051
Tints of Crail #AA6051
RGB
CMYK
RGB Variations
Color information
#AA6051 (or 0xAA6051) is known color: Crail. HEX triplet: AA, 60 and 51. RGB value is (170,96,81). Sum of RGB (Red+Green+Blue) = 170+96+81=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6051 is #559FAE. Grayscale: #747474. Windows color (decimal): -5611439 or 5333162. OLE color: 5333162.
HSL color Cylindrical-coordinate representation of color #AA6051: hue angle of 10.11º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA6051 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 96 | 81 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.33 |
| HSL | 10.11º | 0.35% | 0.49% | - |
| HSV(B) | 10.11º | 0.52% | 0.67% | - |
| XYZ | 22.25 | 17.51 | 9.99 | - |
| YUV | 116.42 | 108.02 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 81 | 0 | 0.44 | 0.52 | 0.33 | 10.11 | 0.35 | 0.49 |
| Hex | AA | 60 | 51 | 0 | 2C | 34 | 21 | A | 23 | 31 |
| Octal | 252 | 140 | 121 | 0 | 54 | 64 | 41 | 12 | 43 | 61 |
| Binary | 10101010 | 1100000 | 1010001 | 0 | 101100 | 110100 | 100001 | 1010 | 100011 | 110001 |
Color Harmonies of #AA6051
Complementary color
Monochromatic Colors of #AA6051
Black with #AA6051
Text Example
Text Example
White with #AA6051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6051; }
p { color: rgb(170,96,81); }
H1.HeaderClassName
{
color: #AA6051;
}
.AnyTagClassName
{
color: #AA6051;
}
</style>
background-color css
<style>
a { background-color: #AA6051; }
a { background-color: rgb(170,96,81); }
div.DivClassName
{
background-color: #AA6051;
}
.BgClassName
{
background-color: #AA6051;
}
</style>
border-color css
<style>
span { border-color: #AA6051; }
span { border-color: rgb(170,96,81); }
td.TdClassName
{
border-color: #AA6051;
}
.TagClassName
{
border-color: #AA6051;
}
</style>