Shades of Crail #A85849
Tints of Crail #A85849
RGB
CMYK
RGB Variations
Color information
#A85849 (or 0xA85849) is known color: Crail. HEX triplet: A8, 58 and 49. RGB value is (168,88,73). Sum of RGB (Red+Green+Blue) = 168+88+73=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A85849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85849 is #57A7B6. Grayscale: #6E6E6E. Windows color (decimal): -5744567 or 4806824. OLE color: 4806824.
HSL color Cylindrical-coordinate representation of color #A85849: hue angle of 9.47º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A85849 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 88 | 73 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.34 |
| HSL | 9.47º | 0.39% | 0.47% | - |
| HSV(B) | 9.47º | 0.57% | 0.66% | - |
| XYZ | 20.84 | 15.79 | 8.25 | - |
| YUV | 110.21 | 107 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 73 | 0 | 0.48 | 0.57 | 0.34 | 9.47 | 0.39 | 0.47 |
| Hex | A8 | 58 | 49 | 0 | 30 | 39 | 22 | 9 | 27 | 2F |
| Octal | 250 | 130 | 111 | 0 | 60 | 71 | 42 | 11 | 47 | 57 |
| Binary | 10101000 | 1011000 | 1001001 | 0 | 110000 | 111001 | 100010 | 1001 | 100111 | 101111 |
Color Harmonies of #A85849
Complementary color
Monochromatic Colors of #A85849
Black with #A85849
Text Example
Text Example
White with #A85849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85849; }
p { color: rgb(168,88,73); }
H1.HeaderClassName
{
color: #A85849;
}
.AnyTagClassName
{
color: #A85849;
}
</style>
background-color css
<style>
a { background-color: #A85849; }
a { background-color: rgb(168,88,73); }
div.DivClassName
{
background-color: #A85849;
}
.BgClassName
{
background-color: #A85849;
}
</style>
border-color css
<style>
span { border-color: #A85849; }
span { border-color: rgb(168,88,73); }
td.TdClassName
{
border-color: #A85849;
}
.TagClassName
{
border-color: #A85849;
}
</style>