Shades of Crail #A85C52
Tints of Crail #A85C52
RGB
CMYK
RGB Variations
Color information
#A85C52 (or 0xA85C52) is known color: Crail. HEX triplet: A8, 5C and 52. RGB value is (168,92,82). Sum of RGB (Red+Green+Blue) = 168+92+82=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A85C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85C52 is #57A3AD. Grayscale: #717171. Windows color (decimal): -5743534 or 5397672. OLE color: 5397672.
HSL color Cylindrical-coordinate representation of color #A85C52: hue angle of 6.98º 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 #A85C52 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 92 | 82 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.34 |
| HSL | 6.98º | 0.34% | 0.49% | - |
| HSV(B) | 6.98º | 0.51% | 0.66% | - |
| XYZ | 21.5 | 16.59 | 10.05 | - |
| YUV | 113.58 | 110.18 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 92 | 82 | 0 | 0.45 | 0.51 | 0.34 | 6.98 | 0.34 | 0.49 |
| Hex | A8 | 5C | 52 | 0 | 2D | 33 | 22 | 7 | 22 | 31 |
| Octal | 250 | 134 | 122 | 0 | 55 | 63 | 42 | 7 | 42 | 61 |
| Binary | 10101000 | 1011100 | 1010010 | 0 | 101101 | 110011 | 100010 | 111 | 100010 | 110001 |
Color Harmonies of #A85C52
Complementary color
Monochromatic Colors of #A85C52
Black with #A85C52
Text Example
Text Example
White with #A85C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85C52; }
p { color: rgb(168,92,82); }
H1.HeaderClassName
{
color: #A85C52;
}
.AnyTagClassName
{
color: #A85C52;
}
</style>
background-color css
<style>
a { background-color: #A85C52; }
a { background-color: rgb(168,92,82); }
div.DivClassName
{
background-color: #A85C52;
}
.BgClassName
{
background-color: #A85C52;
}
</style>
border-color css
<style>
span { border-color: #A85C52; }
span { border-color: rgb(168,92,82); }
td.TdClassName
{
border-color: #A85C52;
}
.TagClassName
{
border-color: #A85C52;
}
</style>