Shades of Crail #A8604E
Tints of Crail #A8604E
RGB
CMYK
RGB Variations
Color information
#A8604E (or 0xA8604E) is known color: Crail. HEX triplet: A8, 60 and 4E. RGB value is (168,96,78). Sum of RGB (Red+Green+Blue) = 168+96+78=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A8604E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8604E is #579FB1. Grayscale: #737373. Windows color (decimal): -5742514 or 5136552. OLE color: 5136552.
HSL color Cylindrical-coordinate representation of color #A8604E: hue angle of 12º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8604E is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 96 | 78 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.34 |
| HSL | 12º | 0.37% | 0.48% | - |
| HSV(B) | 12º | 0.54% | 0.66% | - |
| XYZ | 21.71 | 17.24 | 9.39 | - |
| YUV | 115.48 | 106.85 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 96 | 78 | 0 | 0.43 | 0.54 | 0.34 | 12 | 0.37 | 0.48 |
| Hex | A8 | 60 | 4E | 0 | 2B | 36 | 22 | C | 25 | 30 |
| Octal | 250 | 140 | 116 | 0 | 53 | 66 | 42 | 14 | 45 | 60 |
| Binary | 10101000 | 1100000 | 1001110 | 0 | 101011 | 110110 | 100010 | 1100 | 100101 | 110000 |
Color Harmonies of #A8604E
Complementary color
Monochromatic Colors of #A8604E
Black with #A8604E
Text Example
Text Example
White with #A8604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8604E; }
p { color: rgb(168,96,78); }
H1.HeaderClassName
{
color: #A8604E;
}
.AnyTagClassName
{
color: #A8604E;
}
</style>
background-color css
<style>
a { background-color: #A8604E; }
a { background-color: rgb(168,96,78); }
div.DivClassName
{
background-color: #A8604E;
}
.BgClassName
{
background-color: #A8604E;
}
</style>
border-color css
<style>
span { border-color: #A8604E; }
span { border-color: rgb(168,96,78); }
td.TdClassName
{
border-color: #A8604E;
}
.TagClassName
{
border-color: #A8604E;
}
</style>