Shades of Crail #A4564A
Tints of Crail #A4564A
RGB
CMYK
RGB Variations
Color information
#A4564A (or 0xA4564A) is known color: Crail. HEX triplet: A4, 56 and 4A. RGB value is (164,86,74). Sum of RGB (Red+Green+Blue) = 164+86+74=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A4564A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4564A is #5BA9B5. Grayscale: #6C6C6C. Windows color (decimal): -6007222 or 4871844. OLE color: 4871844.
HSL color Cylindrical-coordinate representation of color #A4564A: hue angle of 8º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A4564A is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 86 | 74 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.36 |
| HSL | 8º | 0.38% | 0.47% | - |
| HSV(B) | 8º | 0.55% | 0.64% | - |
| XYZ | 19.87 | 15.04 | 8.33 | - |
| YUV | 107.95 | 108.84 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 86 | 74 | 0 | 0.48 | 0.55 | 0.36 | 8 | 0.38 | 0.47 |
| Hex | A4 | 56 | 4A | 0 | 30 | 37 | 24 | 8 | 26 | 2F |
| Octal | 244 | 126 | 112 | 0 | 60 | 67 | 44 | 10 | 46 | 57 |
| Binary | 10100100 | 1010110 | 1001010 | 0 | 110000 | 110111 | 100100 | 1000 | 100110 | 101111 |
Color Harmonies of #A4564A
Complementary color
Monochromatic Colors of #A4564A
Black with #A4564A
Text Example
Text Example
White with #A4564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4564A; }
p { color: rgb(164,86,74); }
H1.HeaderClassName
{
color: #A4564A;
}
.AnyTagClassName
{
color: #A4564A;
}
</style>
background-color css
<style>
a { background-color: #A4564A; }
a { background-color: rgb(164,86,74); }
div.DivClassName
{
background-color: #A4564A;
}
.BgClassName
{
background-color: #A4564A;
}
</style>
border-color css
<style>
span { border-color: #A4564A; }
span { border-color: rgb(164,86,74); }
td.TdClassName
{
border-color: #A4564A;
}
.TagClassName
{
border-color: #A4564A;
}
</style>