Shades of Crail #A45C4E
Tints of Crail #A45C4E
RGB
CMYK
RGB Variations
Color information
#A45C4E (or 0xA45C4E) is known color: Crail. HEX triplet: A4, 5C and 4E. RGB value is (164,92,78). Sum of RGB (Red+Green+Blue) = 164+92+78=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A45C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45C4E is #5BA3B1. Grayscale: #707070. Windows color (decimal): -6005682 or 5135524. OLE color: 5135524.
HSL color Cylindrical-coordinate representation of color #A45C4E: hue angle of 9.77º degrees, saturation: 0.36, 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 #A45C4E is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 92 | 78 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.36 |
| HSL | 9.77º | 0.36% | 0.47% | - |
| HSV(B) | 9.77º | 0.52% | 0.64% | - |
| XYZ | 20.51 | 16.1 | 9.23 | - |
| YUV | 111.93 | 108.85 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 92 | 78 | 0 | 0.44 | 0.52 | 0.36 | 9.77 | 0.36 | 0.47 |
| Hex | A4 | 5C | 4E | 0 | 2C | 34 | 24 | A | 24 | 2F |
| Octal | 244 | 134 | 116 | 0 | 54 | 64 | 44 | 12 | 44 | 57 |
| Binary | 10100100 | 1011100 | 1001110 | 0 | 101100 | 110100 | 100100 | 1010 | 100100 | 101111 |
Color Harmonies of #A45C4E
Complementary color
Monochromatic Colors of #A45C4E
Black with #A45C4E
Text Example
Text Example
White with #A45C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45C4E; }
p { color: rgb(164,92,78); }
H1.HeaderClassName
{
color: #A45C4E;
}
.AnyTagClassName
{
color: #A45C4E;
}
</style>
background-color css
<style>
a { background-color: #A45C4E; }
a { background-color: rgb(164,92,78); }
div.DivClassName
{
background-color: #A45C4E;
}
.BgClassName
{
background-color: #A45C4E;
}
</style>
border-color css
<style>
span { border-color: #A45C4E; }
span { border-color: rgb(164,92,78); }
td.TdClassName
{
border-color: #A45C4E;
}
.TagClassName
{
border-color: #A45C4E;
}
</style>