Shades of Crail #AD5F4C
Tints of Crail #AD5F4C
RGB
CMYK
RGB Variations
Color information
#AD5F4C (or 0xAD5F4C) is known color: Crail. HEX triplet: AD, 5F and 4C. RGB value is (173,95,76). Sum of RGB (Red+Green+Blue) = 173+95+76=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5F4C is #52A0B3. Grayscale: #747474. Windows color (decimal): -5415092 or 5005229. OLE color: 5005229.
HSL color Cylindrical-coordinate representation of color #AD5F4C: hue angle of 11.75º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD5F4C is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 95 | 76 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.32 |
| HSL | 11.75º | 0.39% | 0.49% | - |
| HSV(B) | 11.75º | 0.56% | 0.68% | - |
| XYZ | 22.63 | 17.59 | 9.04 | - |
| YUV | 116.16 | 105.34 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 95 | 76 | 0 | 0.45 | 0.56 | 0.32 | 11.75 | 0.39 | 0.49 |
| Hex | AD | 5F | 4C | 0 | 2D | 38 | 20 | C | 27 | 31 |
| Octal | 255 | 137 | 114 | 0 | 55 | 70 | 40 | 14 | 47 | 61 |
| Binary | 10101101 | 1011111 | 1001100 | 0 | 101101 | 111000 | 100000 | 1100 | 100111 | 110001 |
Color Harmonies of #AD5F4C
Complementary color
Monochromatic Colors of #AD5F4C
Black with #AD5F4C
Text Example
Text Example
White with #AD5F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5F4C; }
p { color: rgb(173,95,76); }
H1.HeaderClassName
{
color: #AD5F4C;
}
.AnyTagClassName
{
color: #AD5F4C;
}
</style>
background-color css
<style>
a { background-color: #AD5F4C; }
a { background-color: rgb(173,95,76); }
div.DivClassName
{
background-color: #AD5F4C;
}
.BgClassName
{
background-color: #AD5F4C;
}
</style>
border-color css
<style>
span { border-color: #AD5F4C; }
span { border-color: rgb(173,95,76); }
td.TdClassName
{
border-color: #AD5F4C;
}
.TagClassName
{
border-color: #AD5F4C;
}
</style>