Shades of Crail #A45E4D
Tints of Crail #A45E4D
RGB
CMYK
RGB Variations
Color information
#A45E4D (or 0xA45E4D) is known color: Crail. HEX triplet: A4, 5E and 4D. RGB value is (164,94,77). Sum of RGB (Red+Green+Blue) = 164+94+77=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45E4D is #5BA1B2. Grayscale: #717171. Windows color (decimal): -6005171 or 5070500. OLE color: 5070500.
HSL color Cylindrical-coordinate representation of color #A45E4D: hue angle of 11.72º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A45E4D is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 94 | 77 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.36 |
| HSL | 11.72º | 0.36% | 0.47% | - |
| HSV(B) | 11.72º | 0.53% | 0.64% | - |
| XYZ | 20.65 | 16.43 | 9.1 | - |
| YUV | 112.99 | 107.69 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 94 | 77 | 0 | 0.43 | 0.53 | 0.36 | 11.72 | 0.36 | 0.47 |
| Hex | A4 | 5E | 4D | 0 | 2B | 35 | 24 | C | 24 | 2F |
| Octal | 244 | 136 | 115 | 0 | 53 | 65 | 44 | 14 | 44 | 57 |
| Binary | 10100100 | 1011110 | 1001101 | 0 | 101011 | 110101 | 100100 | 1100 | 100100 | 101111 |
Color Harmonies of #A45E4D
Complementary color
Monochromatic Colors of #A45E4D
Black with #A45E4D
Text Example
Text Example
White with #A45E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45E4D; }
p { color: rgb(164,94,77); }
H1.HeaderClassName
{
color: #A45E4D;
}
.AnyTagClassName
{
color: #A45E4D;
}
</style>
background-color css
<style>
a { background-color: #A45E4D; }
a { background-color: rgb(164,94,77); }
div.DivClassName
{
background-color: #A45E4D;
}
.BgClassName
{
background-color: #A45E4D;
}
</style>
border-color css
<style>
span { border-color: #A45E4D; }
span { border-color: rgb(164,94,77); }
td.TdClassName
{
border-color: #A45E4D;
}
.TagClassName
{
border-color: #A45E4D;
}
</style>