Shades of Crail #AA5C4C
Tints of Crail #AA5C4C
RGB
CMYK
RGB Variations
Color information
#AA5C4C (or 0xAA5C4C) is known color: Crail. HEX triplet: AA, 5C and 4C. RGB value is (170,92,76). Sum of RGB (Red+Green+Blue) = 170+92+76=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5C4C is #55A3B3. Grayscale: #717171. Windows color (decimal): -5612468 or 5004458. OLE color: 5004458.
HSL color Cylindrical-coordinate representation of color #AA5C4C: hue angle of 10.21º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA5C4C is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 92 | 76 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.33 |
| HSL | 10.21º | 0.38% | 0.48% | - |
| HSV(B) | 10.21º | 0.55% | 0.67% | - |
| XYZ | 21.71 | 16.72 | 8.92 | - |
| YUV | 113.5 | 106.84 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 76 | 0 | 0.46 | 0.55 | 0.33 | 10.21 | 0.38 | 0.48 |
| Hex | AA | 5C | 4C | 0 | 2E | 37 | 21 | A | 26 | 30 |
| Octal | 252 | 134 | 114 | 0 | 56 | 67 | 41 | 12 | 46 | 60 |
| Binary | 10101010 | 1011100 | 1001100 | 0 | 101110 | 110111 | 100001 | 1010 | 100110 | 110000 |
Color Harmonies of #AA5C4C
Complementary color
Monochromatic Colors of #AA5C4C
Black with #AA5C4C
Text Example
Text Example
White with #AA5C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5C4C; }
p { color: rgb(170,92,76); }
H1.HeaderClassName
{
color: #AA5C4C;
}
.AnyTagClassName
{
color: #AA5C4C;
}
</style>
background-color css
<style>
a { background-color: #AA5C4C; }
a { background-color: rgb(170,92,76); }
div.DivClassName
{
background-color: #AA5C4C;
}
.BgClassName
{
background-color: #AA5C4C;
}
</style>
border-color css
<style>
span { border-color: #AA5C4C; }
span { border-color: rgb(170,92,76); }
td.TdClassName
{
border-color: #AA5C4C;
}
.TagClassName
{
border-color: #AA5C4C;
}
</style>