Shades of Crail #AD5C4B
Tints of Crail #AD5C4B
RGB
CMYK
RGB Variations
Color information
#AD5C4B (or 0xAD5C4B) is known color: Crail. HEX triplet: AD, 5C and 4B. RGB value is (173,92,75). Sum of RGB (Red+Green+Blue) = 173+92+75=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5C4B is #52A3B4. Grayscale: #727272. Windows color (decimal): -5415861 or 4938925. OLE color: 4938925.
HSL color Cylindrical-coordinate representation of color #AD5C4B: hue angle of 10.41º 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 #AD5C4B is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 92 | 75 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.32 |
| HSL | 10.41º | 0.4% | 0.49% | - |
| HSV(B) | 10.41º | 0.57% | 0.68% | - |
| XYZ | 22.33 | 17.05 | 8.77 | - |
| YUV | 114.28 | 105.84 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 92 | 75 | 0 | 0.47 | 0.57 | 0.32 | 10.41 | 0.4 | 0.49 |
| Hex | AD | 5C | 4B | 0 | 2F | 39 | 20 | A | 28 | 31 |
| Octal | 255 | 134 | 113 | 0 | 57 | 71 | 40 | 12 | 50 | 61 |
| Binary | 10101101 | 1011100 | 1001011 | 0 | 101111 | 111001 | 100000 | 1010 | 101000 | 110001 |
Color Harmonies of #AD5C4B
Complementary color
Monochromatic Colors of #AD5C4B
Black with #AD5C4B
Text Example
Text Example
White with #AD5C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5C4B; }
p { color: rgb(173,92,75); }
H1.HeaderClassName
{
color: #AD5C4B;
}
.AnyTagClassName
{
color: #AD5C4B;
}
</style>
background-color css
<style>
a { background-color: #AD5C4B; }
a { background-color: rgb(173,92,75); }
div.DivClassName
{
background-color: #AD5C4B;
}
.BgClassName
{
background-color: #AD5C4B;
}
</style>
border-color css
<style>
span { border-color: #AD5C4B; }
span { border-color: rgb(173,92,75); }
td.TdClassName
{
border-color: #AD5C4B;
}
.TagClassName
{
border-color: #AD5C4B;
}
</style>