Shades of Au Chico #A96155
Tints of Au Chico #A96155
RGB
CMYK
RGB Variations
Color information
#A96155 (or 0xA96155) is known color: Au Chico. HEX triplet: A9, 61 and 55. RGB value is (169,97,85). Sum of RGB (Red+Green+Blue) = 169+97+85=351 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.15% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 169 - color contains mainly: red. Hex color #A96155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96155 is #569EAA. Grayscale: #757575. Windows color (decimal): -5676715 or 5595561. OLE color: 5595561.
HSL color Cylindrical-coordinate representation of color #A96155: hue angle of 8.57º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A96155 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 97 | 85 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.34 |
| HSL | 8.57º | 0.33% | 0.5% | - |
| HSV(B) | 8.57º | 0.5% | 0.66% | - |
| XYZ | 22.28 | 17.64 | 10.83 | - |
| YUV | 117.16 | 109.85 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 97 | 85 | 0 | 0.43 | 0.50 | 0.34 | 8.57 | 0.33 | 0.5 |
| Hex | A9 | 61 | 55 | 0 | 2B | 32 | 22 | 9 | 21 | 32 |
| Octal | 251 | 141 | 125 | 0 | 53 | 62 | 42 | 11 | 41 | 62 |
| Binary | 10101001 | 1100001 | 1010101 | 0 | 101011 | 110010 | 100010 | 1001 | 100001 | 110010 |
Color Harmonies of #A96155
Complementary color
Monochromatic Colors of #A96155
Black with #A96155
Text Example
Text Example
White with #A96155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96155; }
p { color: rgb(169,97,85); }
H1.HeaderClassName
{
color: #A96155;
}
.AnyTagClassName
{
color: #A96155;
}
</style>
background-color css
<style>
a { background-color: #A96155; }
a { background-color: rgb(169,97,85); }
div.DivClassName
{
background-color: #A96155;
}
.BgClassName
{
background-color: #A96155;
}
</style>
border-color css
<style>
span { border-color: #A96155; }
span { border-color: rgb(169,97,85); }
td.TdClassName
{
border-color: #A96155;
}
.TagClassName
{
border-color: #A96155;
}
</style>