Shades of Au Chico #A86558
Tints of Au Chico #A86558
RGB
CMYK
RGB Variations
Color information
#A86558 (or 0xA86558) is known color: Au Chico. HEX triplet: A8, 65 and 58. RGB value is (168,101,88). Sum of RGB (Red+Green+Blue) = 168+101+88=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 168 - color contains mainly: red. Hex color #A86558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86558 is #579AA7. Grayscale: #777777. Windows color (decimal): -5741224 or 5793192. OLE color: 5793192.
HSL color Cylindrical-coordinate representation of color #A86558: hue angle of 9.75º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A86558 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 101 | 88 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.34 |
| HSL | 9.75º | 0.31% | 0.5% | - |
| HSV(B) | 9.75º | 0.48% | 0.66% | - |
| XYZ | 22.56 | 18.34 | 11.58 | - |
| YUV | 119.55 | 110.2 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 88 | 0 | 0.40 | 0.48 | 0.34 | 9.75 | 0.31 | 0.5 |
| Hex | A8 | 65 | 58 | 0 | 28 | 30 | 22 | A | 1F | 32 |
| Octal | 250 | 145 | 130 | 0 | 50 | 60 | 42 | 12 | 37 | 62 |
| Binary | 10101000 | 1100101 | 1011000 | 0 | 101000 | 110000 | 100010 | 1010 | 11111 | 110010 |
Color Harmonies of #A86558
Complementary color
Monochromatic Colors of #A86558
Black with #A86558
Text Example
Text Example
White with #A86558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86558; }
p { color: rgb(168,101,88); }
H1.HeaderClassName
{
color: #A86558;
}
.AnyTagClassName
{
color: #A86558;
}
</style>
background-color css
<style>
a { background-color: #A86558; }
a { background-color: rgb(168,101,88); }
div.DivClassName
{
background-color: #A86558;
}
.BgClassName
{
background-color: #A86558;
}
</style>
border-color css
<style>
span { border-color: #A86558; }
span { border-color: rgb(168,101,88); }
td.TdClassName
{
border-color: #A86558;
}
.TagClassName
{
border-color: #A86558;
}
</style>