Shades of Crail #A85A52
Tints of Crail #A85A52
RGB
CMYK
RGB Variations
Color information
#A85A52 (or 0xA85A52) is known color: Crail. HEX triplet: A8, 5A and 52. RGB value is (168,90,82). Sum of RGB (Red+Green+Blue) = 168+90+82=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85A52 is #57A5AD. Grayscale: #707070. Windows color (decimal): -5744046 or 5397160. OLE color: 5397160.
HSL color Cylindrical-coordinate representation of color #A85A52: hue angle of 5.58º 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 #A85A52 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 90 | 82 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.34 |
| HSL | 5.58º | 0.34% | 0.49% | - |
| HSV(B) | 5.58º | 0.51% | 0.66% | - |
| XYZ | 21.33 | 16.25 | 9.99 | - |
| YUV | 112.41 | 110.84 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 90 | 82 | 0 | 0.46 | 0.51 | 0.34 | 5.58 | 0.34 | 0.49 |
| Hex | A8 | 5A | 52 | 0 | 2E | 33 | 22 | 6 | 22 | 31 |
| Octal | 250 | 132 | 122 | 0 | 56 | 63 | 42 | 6 | 42 | 61 |
| Binary | 10101000 | 1011010 | 1010010 | 0 | 101110 | 110011 | 100010 | 110 | 100010 | 110001 |
Color Harmonies of #A85A52
Complementary color
Monochromatic Colors of #A85A52
Black with #A85A52
Text Example
Text Example
White with #A85A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85A52; }
p { color: rgb(168,90,82); }
H1.HeaderClassName
{
color: #A85A52;
}
.AnyTagClassName
{
color: #A85A52;
}
</style>
background-color css
<style>
a { background-color: #A85A52; }
a { background-color: rgb(168,90,82); }
div.DivClassName
{
background-color: #A85A52;
}
.BgClassName
{
background-color: #A85A52;
}
</style>
border-color css
<style>
span { border-color: #A85A52; }
span { border-color: rgb(168,90,82); }
td.TdClassName
{
border-color: #A85A52;
}
.TagClassName
{
border-color: #A85A52;
}
</style>