Shades of Crail #A85C50
Tints of Crail #A85C50
RGB
CMYK
RGB Variations
Color information
#A85C50 (or 0xA85C50) is known color: Crail. HEX triplet: A8, 5C and 50. RGB value is (168,92,80). Sum of RGB (Red+Green+Blue) = 168+92+80=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 168 - color contains mainly: red. Hex color #A85C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85C50 is #57A3AF. Grayscale: #717171. Windows color (decimal): -5743536 or 5266600. OLE color: 5266600.
HSL color Cylindrical-coordinate representation of color #A85C50: hue angle of 8.18º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A85C50 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 92 | 80 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.34 |
| HSL | 8.18º | 0.35% | 0.49% | - |
| HSV(B) | 8.18º | 0.52% | 0.66% | - |
| XYZ | 21.42 | 16.56 | 9.66 | - |
| YUV | 113.36 | 109.18 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 92 | 80 | 0 | 0.45 | 0.52 | 0.34 | 8.18 | 0.35 | 0.49 |
| Hex | A8 | 5C | 50 | 0 | 2D | 34 | 22 | 8 | 23 | 31 |
| Octal | 250 | 134 | 120 | 0 | 55 | 64 | 42 | 10 | 43 | 61 |
| Binary | 10101000 | 1011100 | 1010000 | 0 | 101101 | 110100 | 100010 | 1000 | 100011 | 110001 |
Color Harmonies of #A85C50
Complementary color
Monochromatic Colors of #A85C50
Black with #A85C50
Text Example
Text Example
White with #A85C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85C50; }
p { color: rgb(168,92,80); }
H1.HeaderClassName
{
color: #A85C50;
}
.AnyTagClassName
{
color: #A85C50;
}
</style>
background-color css
<style>
a { background-color: #A85C50; }
a { background-color: rgb(168,92,80); }
div.DivClassName
{
background-color: #A85C50;
}
.BgClassName
{
background-color: #A85C50;
}
</style>
border-color css
<style>
span { border-color: #A85C50; }
span { border-color: rgb(168,92,80); }
td.TdClassName
{
border-color: #A85C50;
}
.TagClassName
{
border-color: #A85C50;
}
</style>