Shades of Crail #A8594A
Tints of Crail #A8594A
RGB
CMYK
RGB Variations
Color information
#A8594A (or 0xA8594A) is known color: Crail. HEX triplet: A8, 59 and 4A. RGB value is (168,89,74). Sum of RGB (Red+Green+Blue) = 168+89+74=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A8594A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8594A is #57A6B5. Grayscale: #6F6F6F. Windows color (decimal): -5744310 or 4872616. OLE color: 4872616.
HSL color Cylindrical-coordinate representation of color #A8594A: hue angle of 9.57º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8594A is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 89 | 74 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.34 |
| HSL | 9.57º | 0.39% | 0.47% | - |
| HSV(B) | 9.57º | 0.56% | 0.66% | - |
| XYZ | 20.96 | 15.96 | 8.46 | - |
| YUV | 110.91 | 107.17 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 74 | 0 | 0.47 | 0.56 | 0.34 | 9.57 | 0.39 | 0.47 |
| Hex | A8 | 59 | 4A | 0 | 2F | 38 | 22 | A | 27 | 2F |
| Octal | 250 | 131 | 112 | 0 | 57 | 70 | 42 | 12 | 47 | 57 |
| Binary | 10101000 | 1011001 | 1001010 | 0 | 101111 | 111000 | 100010 | 1010 | 100111 | 101111 |
Color Harmonies of #A8594A
Complementary color
Monochromatic Colors of #A8594A
Black with #A8594A
Text Example
Text Example
White with #A8594A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8594A; }
p { color: rgb(168,89,74); }
H1.HeaderClassName
{
color: #A8594A;
}
.AnyTagClassName
{
color: #A8594A;
}
</style>
background-color css
<style>
a { background-color: #A8594A; }
a { background-color: rgb(168,89,74); }
div.DivClassName
{
background-color: #A8594A;
}
.BgClassName
{
background-color: #A8594A;
}
</style>
border-color css
<style>
span { border-color: #A8594A; }
span { border-color: rgb(168,89,74); }
td.TdClassName
{
border-color: #A8594A;
}
.TagClassName
{
border-color: #A8594A;
}
</style>