Shades of Crail #AD5A4B
Tints of Crail #AD5A4B
RGB
CMYK
RGB Variations
Color information
#AD5A4B (or 0xAD5A4B) is known color: Crail. HEX triplet: AD, 5A and 4B. RGB value is (173,90,75). Sum of RGB (Red+Green+Blue) = 173+90+75=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5A4B is #52A5B4. Grayscale: #717171. Windows color (decimal): -5416373 or 4938413. OLE color: 4938413.
HSL color Cylindrical-coordinate representation of color #AD5A4B: hue angle of 9.18º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD5A4B is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 90 | 75 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.32 |
| HSL | 9.18º | 0.4% | 0.49% | - |
| HSV(B) | 9.18º | 0.57% | 0.68% | - |
| XYZ | 22.16 | 16.7 | 8.71 | - |
| YUV | 113.11 | 106.5 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 75 | 0 | 0.48 | 0.57 | 0.32 | 9.18 | 0.4 | 0.49 |
| Hex | AD | 5A | 4B | 0 | 30 | 39 | 20 | 9 | 28 | 31 |
| Octal | 255 | 132 | 113 | 0 | 60 | 71 | 40 | 11 | 50 | 61 |
| Binary | 10101101 | 1011010 | 1001011 | 0 | 110000 | 111001 | 100000 | 1001 | 101000 | 110001 |
Color Harmonies of #AD5A4B
Complementary color
Monochromatic Colors of #AD5A4B
Black with #AD5A4B
Text Example
Text Example
White with #AD5A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5A4B; }
p { color: rgb(173,90,75); }
H1.HeaderClassName
{
color: #AD5A4B;
}
.AnyTagClassName
{
color: #AD5A4B;
}
</style>
background-color css
<style>
a { background-color: #AD5A4B; }
a { background-color: rgb(173,90,75); }
div.DivClassName
{
background-color: #AD5A4B;
}
.BgClassName
{
background-color: #AD5A4B;
}
</style>
border-color css
<style>
span { border-color: #AD5A4B; }
span { border-color: rgb(173,90,75); }
td.TdClassName
{
border-color: #AD5A4B;
}
.TagClassName
{
border-color: #AD5A4B;
}
</style>