Shades of Crail #A05D4D
Tints of Crail #A05D4D
RGB
CMYK
RGB Variations
Color information
#A05D4D (or 0xA05D4D) is known color: Crail. HEX triplet: A0, 5D and 4D. RGB value is (160,93,77). Sum of RGB (Red+Green+Blue) = 160+93+77=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A05D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05D4D is #5FA2B2. Grayscale: #6F6F6F. Windows color (decimal): -6267571 or 5070240. OLE color: 5070240.
HSL color Cylindrical-coordinate representation of color #A05D4D: hue angle of 11.57º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A05D4D is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 93 | 77 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.37 |
| HSL | 11.57º | 0.35% | 0.46% | - |
| HSV(B) | 11.57º | 0.52% | 0.63% | - |
| XYZ | 19.75 | 15.84 | 9.04 | - |
| YUV | 111.21 | 108.7 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 93 | 77 | 0 | 0.42 | 0.52 | 0.37 | 11.57 | 0.35 | 0.46 |
| Hex | A0 | 5D | 4D | 0 | 2A | 34 | 25 | C | 23 | 2E |
| Octal | 240 | 135 | 115 | 0 | 52 | 64 | 45 | 14 | 43 | 56 |
| Binary | 10100000 | 1011101 | 1001101 | 0 | 101010 | 110100 | 100101 | 1100 | 100011 | 101110 |
Color Harmonies of #A05D4D
Complementary color
Monochromatic Colors of #A05D4D
Black with #A05D4D
Text Example
Text Example
White with #A05D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05D4D; }
p { color: rgb(160,93,77); }
H1.HeaderClassName
{
color: #A05D4D;
}
.AnyTagClassName
{
color: #A05D4D;
}
</style>
background-color css
<style>
a { background-color: #A05D4D; }
a { background-color: rgb(160,93,77); }
div.DivClassName
{
background-color: #A05D4D;
}
.BgClassName
{
background-color: #A05D4D;
}
</style>
border-color css
<style>
span { border-color: #A05D4D; }
span { border-color: rgb(160,93,77); }
td.TdClassName
{
border-color: #A05D4D;
}
.TagClassName
{
border-color: #A05D4D;
}
</style>