Shades of Crail #A85342
Tints of Crail #A85342
RGB
CMYK
RGB Variations
Color information
#A85342 (or 0xA85342) is known color: Crail. HEX triplet: A8, 53 and 42. RGB value is (168,83,66). Sum of RGB (Red+Green+Blue) = 168+83+66=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A85342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85342 is #57ACBD. Grayscale: #6A6A6A. Windows color (decimal): -5745854 or 4346792. OLE color: 4346792.
HSL color Cylindrical-coordinate representation of color #A85342: hue angle of 10º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A85342 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 83 | 66 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.34 |
| HSL | 10º | 0.44% | 0.46% | - |
| HSV(B) | 10º | 0.61% | 0.66% | - |
| XYZ | 20.23 | 14.9 | 6.97 | - |
| YUV | 106.48 | 105.16 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 66 | 0 | 0.51 | 0.61 | 0.34 | 10 | 0.44 | 0.46 |
| Hex | A8 | 53 | 42 | 0 | 33 | 3D | 22 | A | 2C | 2E |
| Octal | 250 | 123 | 102 | 0 | 63 | 75 | 42 | 12 | 54 | 56 |
| Binary | 10101000 | 1010011 | 1000010 | 0 | 110011 | 111101 | 100010 | 1010 | 101100 | 101110 |
Color Harmonies of #A85342
Complementary color
Monochromatic Colors of #A85342
Black with #A85342
Text Example
Text Example
White with #A85342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85342; }
p { color: rgb(168,83,66); }
H1.HeaderClassName
{
color: #A85342;
}
.AnyTagClassName
{
color: #A85342;
}
</style>
background-color css
<style>
a { background-color: #A85342; }
a { background-color: rgb(168,83,66); }
div.DivClassName
{
background-color: #A85342;
}
.BgClassName
{
background-color: #A85342;
}
</style>
border-color css
<style>
span { border-color: #A85342; }
span { border-color: rgb(168,83,66); }
td.TdClassName
{
border-color: #A85342;
}
.TagClassName
{
border-color: #A85342;
}
</style>