Shades of Crail #AD5A49
Tints of Crail #AD5A49
RGB
CMYK
RGB Variations
Color information
#AD5A49 (or 0xAD5A49) is known color: Crail. HEX triplet: AD, 5A and 49. RGB value is (173,90,73). Sum of RGB (Red+Green+Blue) = 173+90+73=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5A49 is #52A5B6. Grayscale: #717171. Windows color (decimal): -5416375 or 4807341. OLE color: 4807341.
HSL color Cylindrical-coordinate representation of color #AD5A49: hue angle of 10.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD5A49 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 90 | 73 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.32 |
| HSL | 10.2º | 0.41% | 0.48% | - |
| HSV(B) | 10.2º | 0.58% | 0.68% | - |
| XYZ | 22.09 | 16.68 | 8.36 | - |
| YUV | 112.88 | 105.5 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 73 | 0 | 0.48 | 0.58 | 0.32 | 10.2 | 0.41 | 0.48 |
| Hex | AD | 5A | 49 | 0 | 30 | 3A | 20 | A | 29 | 30 |
| Octal | 255 | 132 | 111 | 0 | 60 | 72 | 40 | 12 | 51 | 60 |
| Binary | 10101101 | 1011010 | 1001001 | 0 | 110000 | 111010 | 100000 | 1010 | 101001 | 110000 |
Color Harmonies of #AD5A49
Complementary color
Monochromatic Colors of #AD5A49
Black with #AD5A49
Text Example
Text Example
White with #AD5A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5A49; }
p { color: rgb(173,90,73); }
H1.HeaderClassName
{
color: #AD5A49;
}
.AnyTagClassName
{
color: #AD5A49;
}
</style>
background-color css
<style>
a { background-color: #AD5A49; }
a { background-color: rgb(173,90,73); }
div.DivClassName
{
background-color: #AD5A49;
}
.BgClassName
{
background-color: #AD5A49;
}
</style>
border-color css
<style>
span { border-color: #AD5A49; }
span { border-color: rgb(173,90,73); }
td.TdClassName
{
border-color: #AD5A49;
}
.TagClassName
{
border-color: #AD5A49;
}
</style>