Shades of Au Chico #A86358
Tints of Au Chico #A86358
RGB
CMYK
RGB Variations
Color information
#A86358 (or 0xA86358) is known color: Au Chico. HEX triplet: A8, 63 and 58. RGB value is (168,99,88). Sum of RGB (Red+Green+Blue) = 168+99+88=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 168 - color contains mainly: red. Hex color #A86358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86358 is #579CA7. Grayscale: #767676. Windows color (decimal): -5741736 or 5792680. OLE color: 5792680.
HSL color Cylindrical-coordinate representation of color #A86358: hue angle of 8.25º 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 #A86358 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 99 | 88 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.34 |
| HSL | 8.25º | 0.31% | 0.5% | - |
| HSV(B) | 8.25º | 0.48% | 0.66% | - |
| XYZ | 22.37 | 17.95 | 11.52 | - |
| YUV | 118.38 | 110.86 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 88 | 0 | 0.41 | 0.48 | 0.34 | 8.25 | 0.31 | 0.5 |
| Hex | A8 | 63 | 58 | 0 | 29 | 30 | 22 | 8 | 1F | 32 |
| Octal | 250 | 143 | 130 | 0 | 51 | 60 | 42 | 10 | 37 | 62 |
| Binary | 10101000 | 1100011 | 1011000 | 0 | 101001 | 110000 | 100010 | 1000 | 11111 | 110010 |
Color Harmonies of #A86358
Complementary color
Monochromatic Colors of #A86358
Black with #A86358
Text Example
Text Example
White with #A86358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86358; }
p { color: rgb(168,99,88); }
H1.HeaderClassName
{
color: #A86358;
}
.AnyTagClassName
{
color: #A86358;
}
</style>
background-color css
<style>
a { background-color: #A86358; }
a { background-color: rgb(168,99,88); }
div.DivClassName
{
background-color: #A86358;
}
.BgClassName
{
background-color: #A86358;
}
</style>
border-color css
<style>
span { border-color: #A86358; }
span { border-color: rgb(168,99,88); }
td.TdClassName
{
border-color: #A86358;
}
.TagClassName
{
border-color: #A86358;
}
</style>