Shades of Crail #A05D4F
Tints of Crail #A05D4F
RGB
CMYK
RGB Variations
Color information
#A05D4F (or 0xA05D4F) is known color: Crail. HEX triplet: A0, 5D and 4F. RGB value is (160,93,79). Sum of RGB (Red+Green+Blue) = 160+93+79=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A05D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05D4F is #5FA2B0. Grayscale: #6F6F6F. Windows color (decimal): -6267569 or 5201312. OLE color: 5201312.
HSL color Cylindrical-coordinate representation of color #A05D4F: hue angle of 10.37º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A05D4F is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 93 | 79 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.37 |
| HSL | 10.37º | 0.34% | 0.47% | - |
| HSV(B) | 10.37º | 0.51% | 0.63% | - |
| XYZ | 19.82 | 15.87 | 9.41 | - |
| YUV | 111.44 | 109.7 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 93 | 79 | 0 | 0.42 | 0.51 | 0.37 | 10.37 | 0.34 | 0.47 |
| Hex | A0 | 5D | 4F | 0 | 2A | 33 | 25 | A | 22 | 2F |
| Octal | 240 | 135 | 117 | 0 | 52 | 63 | 45 | 12 | 42 | 57 |
| Binary | 10100000 | 1011101 | 1001111 | 0 | 101010 | 110011 | 100101 | 1010 | 100010 | 101111 |
Color Harmonies of #A05D4F
Complementary color
Monochromatic Colors of #A05D4F
Black with #A05D4F
Text Example
Text Example
White with #A05D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05D4F; }
p { color: rgb(160,93,79); }
H1.HeaderClassName
{
color: #A05D4F;
}
.AnyTagClassName
{
color: #A05D4F;
}
</style>
background-color css
<style>
a { background-color: #A05D4F; }
a { background-color: rgb(160,93,79); }
div.DivClassName
{
background-color: #A05D4F;
}
.BgClassName
{
background-color: #A05D4F;
}
</style>
border-color css
<style>
span { border-color: #A05D4F; }
span { border-color: rgb(160,93,79); }
td.TdClassName
{
border-color: #A05D4F;
}
.TagClassName
{
border-color: #A05D4F;
}
</style>