Shades of Au Chico #A96153
Tints of Au Chico #A96153
RGB
CMYK
RGB Variations
Color information
#A96153 (or 0xA96153) is known color: Au Chico. HEX triplet: A9, 61 and 53. RGB value is (169,97,83). Sum of RGB (Red+Green+Blue) = 169+97+83=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 83 (32.81% from 255 or 23.78% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A96153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96153 is #569EAC. Grayscale: #757575. Windows color (decimal): -5676717 or 5464489. OLE color: 5464489.
HSL color Cylindrical-coordinate representation of color #A96153: hue angle of 9.77º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A96153 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 97 | 83 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.34 |
| HSL | 9.77º | 0.34% | 0.49% | - |
| HSV(B) | 9.77º | 0.51% | 0.66% | - |
| XYZ | 22.2 | 17.61 | 10.41 | - |
| YUV | 116.93 | 108.85 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 97 | 83 | 0 | 0.43 | 0.51 | 0.34 | 9.77 | 0.34 | 0.49 |
| Hex | A9 | 61 | 53 | 0 | 2B | 33 | 22 | A | 22 | 31 |
| Octal | 251 | 141 | 123 | 0 | 53 | 63 | 42 | 12 | 42 | 61 |
| Binary | 10101001 | 1100001 | 1010011 | 0 | 101011 | 110011 | 100010 | 1010 | 100010 | 110001 |
Color Harmonies of #A96153
Complementary color
Monochromatic Colors of #A96153
Black with #A96153
Text Example
Text Example
White with #A96153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96153; }
p { color: rgb(169,97,83); }
H1.HeaderClassName
{
color: #A96153;
}
.AnyTagClassName
{
color: #A96153;
}
</style>
background-color css
<style>
a { background-color: #A96153; }
a { background-color: rgb(169,97,83); }
div.DivClassName
{
background-color: #A96153;
}
.BgClassName
{
background-color: #A96153;
}
</style>
border-color css
<style>
span { border-color: #A96153; }
span { border-color: rgb(169,97,83); }
td.TdClassName
{
border-color: #A96153;
}
.TagClassName
{
border-color: #A96153;
}
</style>