Shades of Crail #AD5A44
Tints of Crail #AD5A44
RGB
CMYK
RGB Variations
Color information
#AD5A44 (or 0xAD5A44) is known color: Crail. HEX triplet: AD, 5A and 44. RGB value is (173,90,68). Sum of RGB (Red+Green+Blue) = 173+90+68=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5A44 is #52A5BB. Grayscale: #707070. Windows color (decimal): -5416380 or 4479661. OLE color: 4479661.
HSL color Cylindrical-coordinate representation of color #AD5A44: hue angle of 12.57º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD5A44 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 90 | 68 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.32 |
| HSL | 12.57º | 0.44% | 0.47% | - |
| HSV(B) | 12.57º | 0.61% | 0.68% | - |
| XYZ | 21.93 | 16.61 | 7.52 | - |
| YUV | 112.31 | 103 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 68 | 0 | 0.48 | 0.61 | 0.32 | 12.57 | 0.44 | 0.47 |
| Hex | AD | 5A | 44 | 0 | 30 | 3D | 20 | D | 2C | 2F |
| Octal | 255 | 132 | 104 | 0 | 60 | 75 | 40 | 15 | 54 | 57 |
| Binary | 10101101 | 1011010 | 1000100 | 0 | 110000 | 111101 | 100000 | 1101 | 101100 | 101111 |
Color Harmonies of #AD5A44
Complementary color
Monochromatic Colors of #AD5A44
Black with #AD5A44
Text Example
Text Example
White with #AD5A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5A44; }
p { color: rgb(173,90,68); }
H1.HeaderClassName
{
color: #AD5A44;
}
.AnyTagClassName
{
color: #AD5A44;
}
</style>
background-color css
<style>
a { background-color: #AD5A44; }
a { background-color: rgb(173,90,68); }
div.DivClassName
{
background-color: #AD5A44;
}
.BgClassName
{
background-color: #AD5A44;
}
</style>
border-color css
<style>
span { border-color: #AD5A44; }
span { border-color: rgb(173,90,68); }
td.TdClassName
{
border-color: #AD5A44;
}
.TagClassName
{
border-color: #AD5A44;
}
</style>