Shades of Crail #A85B49
Tints of Crail #A85B49
RGB
CMYK
RGB Variations
Color information
#A85B49 (or 0xA85B49) is known color: Crail. HEX triplet: A8, 5B and 49. RGB value is (168,91,73). Sum of RGB (Red+Green+Blue) = 168+91+73=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A85B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85B49 is #57A4B6. Grayscale: #707070. Windows color (decimal): -5743799 or 4807592. OLE color: 4807592.
HSL color Cylindrical-coordinate representation of color #A85B49: hue angle of 11.37º 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 #A85B49 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 91 | 73 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.34 |
| HSL | 11.37º | 0.39% | 0.47% | - |
| HSV(B) | 11.37º | 0.57% | 0.66% | - |
| XYZ | 21.09 | 16.29 | 8.34 | - |
| YUV | 111.97 | 106.01 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 91 | 73 | 0 | 0.46 | 0.57 | 0.34 | 11.37 | 0.39 | 0.47 |
| Hex | A8 | 5B | 49 | 0 | 2E | 39 | 22 | B | 27 | 2F |
| Octal | 250 | 133 | 111 | 0 | 56 | 71 | 42 | 13 | 47 | 57 |
| Binary | 10101000 | 1011011 | 1001001 | 0 | 101110 | 111001 | 100010 | 1011 | 100111 | 101111 |
Color Harmonies of #A85B49
Complementary color
Monochromatic Colors of #A85B49
Black with #A85B49
Text Example
Text Example
White with #A85B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85B49; }
p { color: rgb(168,91,73); }
H1.HeaderClassName
{
color: #A85B49;
}
.AnyTagClassName
{
color: #A85B49;
}
</style>
background-color css
<style>
a { background-color: #A85B49; }
a { background-color: rgb(168,91,73); }
div.DivClassName
{
background-color: #A85B49;
}
.BgClassName
{
background-color: #A85B49;
}
</style>
border-color css
<style>
span { border-color: #A85B49; }
span { border-color: rgb(168,91,73); }
td.TdClassName
{
border-color: #A85B49;
}
.TagClassName
{
border-color: #A85B49;
}
</style>