Shades of Crail #A35D4E
Tints of Crail #A35D4E
RGB
CMYK
RGB Variations
Color information
#A35D4E (or 0xA35D4E) is known color: Crail. HEX triplet: A3, 5D and 4E. RGB value is (163,93,78). Sum of RGB (Red+Green+Blue) = 163+93+78=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35D4E is #5CA2B1. Grayscale: #707070. Windows color (decimal): -6070962 or 5135779. OLE color: 5135779.
HSL color Cylindrical-coordinate representation of color #A35D4E: hue angle of 10.59º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A35D4E is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 93 | 78 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.36 |
| HSL | 10.59º | 0.35% | 0.47% | - |
| HSV(B) | 10.59º | 0.52% | 0.64% | - |
| XYZ | 20.39 | 16.17 | 9.25 | - |
| YUV | 112.22 | 108.69 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 93 | 78 | 0 | 0.43 | 0.52 | 0.36 | 10.59 | 0.35 | 0.47 |
| Hex | A3 | 5D | 4E | 0 | 2B | 34 | 24 | B | 23 | 2F |
| Octal | 243 | 135 | 116 | 0 | 53 | 64 | 44 | 13 | 43 | 57 |
| Binary | 10100011 | 1011101 | 1001110 | 0 | 101011 | 110100 | 100100 | 1011 | 100011 | 101111 |
Color Harmonies of #A35D4E
Complementary color
Monochromatic Colors of #A35D4E
Black with #A35D4E
Text Example
Text Example
White with #A35D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35D4E; }
p { color: rgb(163,93,78); }
H1.HeaderClassName
{
color: #A35D4E;
}
.AnyTagClassName
{
color: #A35D4E;
}
</style>
background-color css
<style>
a { background-color: #A35D4E; }
a { background-color: rgb(163,93,78); }
div.DivClassName
{
background-color: #A35D4E;
}
.BgClassName
{
background-color: #A35D4E;
}
</style>
border-color css
<style>
span { border-color: #A35D4E; }
span { border-color: rgb(163,93,78); }
td.TdClassName
{
border-color: #A35D4E;
}
.TagClassName
{
border-color: #A35D4E;
}
</style>