Shades of Au Chico #A96458
Tints of Au Chico #A96458
RGB
CMYK
RGB Variations
Color information
#A96458 (or 0xA96458) is known color: Au Chico. HEX triplet: A9, 64 and 58. RGB value is (169,100,88). Sum of RGB (Red+Green+Blue) = 169+100+88=357 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.34% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 169 - color contains mainly: red. Hex color #A96458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96458 is #569BA7. Grayscale: #777777. Windows color (decimal): -5675944 or 5792937. OLE color: 5792937.
HSL color Cylindrical-coordinate representation of color #A96458: hue angle of 8.89º degrees, saturation: 0.32, 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 #A96458 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 100 | 88 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.34 |
| HSL | 8.89º | 0.32% | 0.5% | - |
| HSV(B) | 8.89º | 0.48% | 0.66% | - |
| XYZ | 22.68 | 18.25 | 11.56 | - |
| YUV | 119.26 | 110.36 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 100 | 88 | 0 | 0.41 | 0.48 | 0.34 | 8.89 | 0.32 | 0.5 |
| Hex | A9 | 64 | 58 | 0 | 29 | 30 | 22 | 9 | 20 | 32 |
| Octal | 251 | 144 | 130 | 0 | 51 | 60 | 42 | 11 | 40 | 62 |
| Binary | 10101001 | 1100100 | 1011000 | 0 | 101001 | 110000 | 100010 | 1001 | 100000 | 110010 |
Color Harmonies of #A96458
Complementary color
Monochromatic Colors of #A96458
Black with #A96458
Text Example
Text Example
White with #A96458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96458; }
p { color: rgb(169,100,88); }
H1.HeaderClassName
{
color: #A96458;
}
.AnyTagClassName
{
color: #A96458;
}
</style>
background-color css
<style>
a { background-color: #A96458; }
a { background-color: rgb(169,100,88); }
div.DivClassName
{
background-color: #A96458;
}
.BgClassName
{
background-color: #A96458;
}
</style>
border-color css
<style>
span { border-color: #A96458; }
span { border-color: rgb(169,100,88); }
td.TdClassName
{
border-color: #A96458;
}
.TagClassName
{
border-color: #A96458;
}
</style>