Shades of Crail #A05D4B
Tints of Crail #A05D4B
RGB
CMYK
RGB Variations
Color information
#A05D4B (or 0xA05D4B) is known color: Crail. HEX triplet: A0, 5D and 4B. RGB value is (160,93,75). Sum of RGB (Red+Green+Blue) = 160+93+75=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A05D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05D4B is #5FA2B4. Grayscale: #6F6F6F. Windows color (decimal): -6267573 or 4939168. OLE color: 4939168.
HSL color Cylindrical-coordinate representation of color #A05D4B: hue angle of 12.71º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A05D4B is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 93 | 75 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.37 |
| HSL | 12.71º | 0.36% | 0.46% | - |
| HSV(B) | 12.71º | 0.53% | 0.63% | - |
| XYZ | 19.68 | 15.81 | 8.67 | - |
| YUV | 110.98 | 107.7 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 93 | 75 | 0 | 0.42 | 0.53 | 0.37 | 12.71 | 0.36 | 0.46 |
| Hex | A0 | 5D | 4B | 0 | 2A | 35 | 25 | D | 24 | 2E |
| Octal | 240 | 135 | 113 | 0 | 52 | 65 | 45 | 15 | 44 | 56 |
| Binary | 10100000 | 1011101 | 1001011 | 0 | 101010 | 110101 | 100101 | 1101 | 100100 | 101110 |
Color Harmonies of #A05D4B
Complementary color
Monochromatic Colors of #A05D4B
Black with #A05D4B
Text Example
Text Example
White with #A05D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05D4B; }
p { color: rgb(160,93,75); }
H1.HeaderClassName
{
color: #A05D4B;
}
.AnyTagClassName
{
color: #A05D4B;
}
</style>
background-color css
<style>
a { background-color: #A05D4B; }
a { background-color: rgb(160,93,75); }
div.DivClassName
{
background-color: #A05D4B;
}
.BgClassName
{
background-color: #A05D4B;
}
</style>
border-color css
<style>
span { border-color: #A05D4B; }
span { border-color: rgb(160,93,75); }
td.TdClassName
{
border-color: #A05D4B;
}
.TagClassName
{
border-color: #A05D4B;
}
</style>