Shades of Crail #A85840
Tints of Crail #A85840
RGB
CMYK
RGB Variations
Color information
#A85840 (or 0xA85840) is known color: Crail. HEX triplet: A8, 58 and 40. RGB value is (168,88,64). Sum of RGB (Red+Green+Blue) = 168+88+64=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A85840 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85840 is #57A7BF. Grayscale: #6D6D6D. Windows color (decimal): -5744576 or 4217000. OLE color: 4217000.
HSL color Cylindrical-coordinate representation of color #A85840: hue angle of 13.85º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A85840 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 88 | 64 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.34 |
| HSL | 13.85º | 0.45% | 0.45% | - |
| HSV(B) | 13.85º | 0.62% | 0.66% | - |
| XYZ | 20.56 | 15.67 | 6.79 | - |
| YUV | 109.18 | 102.5 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 64 | 0 | 0.48 | 0.62 | 0.34 | 13.85 | 0.45 | 0.45 |
| Hex | A8 | 58 | 40 | 0 | 30 | 3E | 22 | E | 2D | 2D |
| Octal | 250 | 130 | 100 | 0 | 60 | 76 | 42 | 16 | 55 | 55 |
| Binary | 10101000 | 1011000 | 1000000 | 0 | 110000 | 111110 | 100010 | 1110 | 101101 | 101101 |
Color Harmonies of #A85840
Complementary color
Monochromatic Colors of #A85840
Black with #A85840
Text Example
Text Example
White with #A85840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85840; }
p { color: rgb(168,88,64); }
H1.HeaderClassName
{
color: #A85840;
}
.AnyTagClassName
{
color: #A85840;
}
</style>
background-color css
<style>
a { background-color: #A85840; }
a { background-color: rgb(168,88,64); }
div.DivClassName
{
background-color: #A85840;
}
.BgClassName
{
background-color: #A85840;
}
</style>
border-color css
<style>
span { border-color: #A85840; }
span { border-color: rgb(168,88,64); }
td.TdClassName
{
border-color: #A85840;
}
.TagClassName
{
border-color: #A85840;
}
</style>