Shades of Crail #A3574E
Tints of Crail #A3574E
RGB
CMYK
RGB Variations
Color information
#A3574E (or 0xA3574E) is known color: Crail. HEX triplet: A3, 57 and 4E. RGB value is (163,87,78). Sum of RGB (Red+Green+Blue) = 163+87+78=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A3574E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3574E is #5CA8B1. Grayscale: #6C6C6C. Windows color (decimal): -6072498 or 5134243. OLE color: 5134243.
HSL color Cylindrical-coordinate representation of color #A3574E: hue angle of 6.35º 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 #A3574E is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 87 | 78 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.36 |
| HSL | 6.35º | 0.35% | 0.47% | - |
| HSV(B) | 6.35º | 0.52% | 0.64% | - |
| XYZ | 19.89 | 15.15 | 9.08 | - |
| YUV | 108.7 | 110.68 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 87 | 78 | 0 | 0.47 | 0.52 | 0.36 | 6.35 | 0.35 | 0.47 |
| Hex | A3 | 57 | 4E | 0 | 2F | 34 | 24 | 6 | 23 | 2F |
| Octal | 243 | 127 | 116 | 0 | 57 | 64 | 44 | 6 | 43 | 57 |
| Binary | 10100011 | 1010111 | 1001110 | 0 | 101111 | 110100 | 100100 | 110 | 100011 | 101111 |
Color Harmonies of #A3574E
Complementary color
Monochromatic Colors of #A3574E
Black with #A3574E
Text Example
Text Example
White with #A3574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3574E; }
p { color: rgb(163,87,78); }
H1.HeaderClassName
{
color: #A3574E;
}
.AnyTagClassName
{
color: #A3574E;
}
</style>
background-color css
<style>
a { background-color: #A3574E; }
a { background-color: rgb(163,87,78); }
div.DivClassName
{
background-color: #A3574E;
}
.BgClassName
{
background-color: #A3574E;
}
</style>
border-color css
<style>
span { border-color: #A3574E; }
span { border-color: rgb(163,87,78); }
td.TdClassName
{
border-color: #A3574E;
}
.TagClassName
{
border-color: #A3574E;
}
</style>