Shades of Au Chico #A85E5A
Tints of Au Chico #A85E5A
RGB
CMYK
RGB Variations
Color information
#A85E5A (or 0xA85E5A) is known color: Au Chico. HEX triplet: A8, 5E and 5A. RGB value is (168,94,90). Sum of RGB (Red+Green+Blue) = 168+94+90=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85E5A is #57A1A5. Grayscale: #737373. Windows color (decimal): -5743014 or 5922472. OLE color: 5922472.
HSL color Cylindrical-coordinate representation of color #A85E5A: hue angle of 3.08º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A85E5A is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 94 | 90 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.34 |
| HSL | 3.08º | 0.31% | 0.51% | - |
| HSV(B) | 3.08º | 0.46% | 0.66% | - |
| XYZ | 22 | 17.07 | 11.81 | - |
| YUV | 115.67 | 113.52 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 94 | 90 | 0 | 0.44 | 0.46 | 0.34 | 3.08 | 0.31 | 0.51 |
| Hex | A8 | 5E | 5A | 0 | 2C | 2E | 22 | 3 | 1F | 33 |
| Octal | 250 | 136 | 132 | 0 | 54 | 56 | 42 | 3 | 37 | 63 |
| Binary | 10101000 | 1011110 | 1011010 | 0 | 101100 | 101110 | 100010 | 11 | 11111 | 110011 |
Color Harmonies of #A85E5A
Complementary color
Monochromatic Colors of #A85E5A
Black with #A85E5A
Text Example
Text Example
White with #A85E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85E5A; }
p { color: rgb(168,94,90); }
H1.HeaderClassName
{
color: #A85E5A;
}
.AnyTagClassName
{
color: #A85E5A;
}
</style>
background-color css
<style>
a { background-color: #A85E5A; }
a { background-color: rgb(168,94,90); }
div.DivClassName
{
background-color: #A85E5A;
}
.BgClassName
{
background-color: #A85E5A;
}
</style>
border-color css
<style>
span { border-color: #A85E5A; }
span { border-color: rgb(168,94,90); }
td.TdClassName
{
border-color: #A85E5A;
}
.TagClassName
{
border-color: #A85E5A;
}
</style>