Shades of Crail #A85F53
Tints of Crail #A85F53
RGB
CMYK
RGB Variations
Color information
#A85F53 (or 0xA85F53) is known color: Crail. HEX triplet: A8, 5F and 53. RGB value is (168,95,83). Sum of RGB (Red+Green+Blue) = 168+95+83=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85F53 is #57A0AC. Grayscale: #737373. Windows color (decimal): -5742765 or 5463976. OLE color: 5463976.
HSL color Cylindrical-coordinate representation of color #A85F53: hue angle of 8.47º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A85F53 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 95 | 83 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.34 |
| HSL | 8.47º | 0.34% | 0.49% | - |
| HSV(B) | 8.47º | 0.51% | 0.66% | - |
| XYZ | 21.8 | 17.13 | 10.34 | - |
| YUV | 115.46 | 109.68 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 95 | 83 | 0 | 0.43 | 0.51 | 0.34 | 8.47 | 0.34 | 0.49 |
| Hex | A8 | 5F | 53 | 0 | 2B | 33 | 22 | 8 | 22 | 31 |
| Octal | 250 | 137 | 123 | 0 | 53 | 63 | 42 | 10 | 42 | 61 |
| Binary | 10101000 | 1011111 | 1010011 | 0 | 101011 | 110011 | 100010 | 1000 | 100010 | 110001 |
Color Harmonies of #A85F53
Complementary color
Monochromatic Colors of #A85F53
Black with #A85F53
Text Example
Text Example
White with #A85F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85F53; }
p { color: rgb(168,95,83); }
H1.HeaderClassName
{
color: #A85F53;
}
.AnyTagClassName
{
color: #A85F53;
}
</style>
background-color css
<style>
a { background-color: #A85F53; }
a { background-color: rgb(168,95,83); }
div.DivClassName
{
background-color: #A85F53;
}
.BgClassName
{
background-color: #A85F53;
}
</style>
border-color css
<style>
span { border-color: #A85F53; }
span { border-color: rgb(168,95,83); }
td.TdClassName
{
border-color: #A85F53;
}
.TagClassName
{
border-color: #A85F53;
}
</style>