Shades of Crail #AD584A
Tints of Crail #AD584A
RGB
CMYK
RGB Variations
Color information
#AD584A (or 0xAD584A) is known color: Crail. HEX triplet: AD, 58 and 4A. RGB value is (173,88,74). Sum of RGB (Red+Green+Blue) = 173+88+74=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD584A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD584A is #52A7B5. Grayscale: #6F6F6F. Windows color (decimal): -5416886 or 4872365. OLE color: 4872365.
HSL color Cylindrical-coordinate representation of color #AD584A: hue angle of 8.48º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD584A is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 74 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.32 |
| HSL | 8.48º | 0.4% | 0.48% | - |
| HSV(B) | 8.48º | 0.57% | 0.68% | - |
| XYZ | 21.96 | 16.36 | 8.48 | - |
| YUV | 111.82 | 106.66 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 74 | 0 | 0.49 | 0.57 | 0.32 | 8.48 | 0.4 | 0.48 |
| Hex | AD | 58 | 4A | 0 | 31 | 39 | 20 | 8 | 28 | 30 |
| Octal | 255 | 130 | 112 | 0 | 61 | 71 | 40 | 10 | 50 | 60 |
| Binary | 10101101 | 1011000 | 1001010 | 0 | 110001 | 111001 | 100000 | 1000 | 101000 | 110000 |
Color Harmonies of #AD584A
Complementary color
Monochromatic Colors of #AD584A
Black with #AD584A
Text Example
Text Example
White with #AD584A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD584A; }
p { color: rgb(173,88,74); }
H1.HeaderClassName
{
color: #AD584A;
}
.AnyTagClassName
{
color: #AD584A;
}
</style>
background-color css
<style>
a { background-color: #AD584A; }
a { background-color: rgb(173,88,74); }
div.DivClassName
{
background-color: #AD584A;
}
.BgClassName
{
background-color: #AD584A;
}
</style>
border-color css
<style>
span { border-color: #AD584A; }
span { border-color: rgb(173,88,74); }
td.TdClassName
{
border-color: #AD584A;
}
.TagClassName
{
border-color: #AD584A;
}
</style>