Shades of Au Chico #A96154
Tints of Au Chico #A96154
RGB
CMYK
RGB Variations
Color information
#A96154 (or 0xA96154) is known color: Au Chico. HEX triplet: A9, 61 and 54. RGB value is (169,97,84). Sum of RGB (Red+Green+Blue) = 169+97+84=350 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.29% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 84 (33.20% from 255 or 24% from 350); Max value from RGB is 169 - color contains mainly: red. Hex color #A96154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96154 is #569EAB. Grayscale: #757575. Windows color (decimal): -5676716 or 5530025. OLE color: 5530025.
HSL color Cylindrical-coordinate representation of color #A96154: hue angle of 9.18º degrees, saturation: 0.34, 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 #A96154 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 97 | 84 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.34 |
| HSL | 9.18º | 0.34% | 0.5% | - |
| HSV(B) | 9.18º | 0.5% | 0.66% | - |
| XYZ | 22.24 | 17.62 | 10.62 | - |
| YUV | 117.05 | 109.35 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 97 | 84 | 0 | 0.43 | 0.50 | 0.34 | 9.18 | 0.34 | 0.5 |
| Hex | A9 | 61 | 54 | 0 | 2B | 32 | 22 | 9 | 22 | 32 |
| Octal | 251 | 141 | 124 | 0 | 53 | 62 | 42 | 11 | 42 | 62 |
| Binary | 10101001 | 1100001 | 1010100 | 0 | 101011 | 110010 | 100010 | 1001 | 100010 | 110010 |
Color Harmonies of #A96154
Complementary color
Monochromatic Colors of #A96154
Black with #A96154
Text Example
Text Example
White with #A96154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96154; }
p { color: rgb(169,97,84); }
H1.HeaderClassName
{
color: #A96154;
}
.AnyTagClassName
{
color: #A96154;
}
</style>
background-color css
<style>
a { background-color: #A96154; }
a { background-color: rgb(169,97,84); }
div.DivClassName
{
background-color: #A96154;
}
.BgClassName
{
background-color: #A96154;
}
</style>
border-color css
<style>
span { border-color: #A96154; }
span { border-color: rgb(169,97,84); }
td.TdClassName
{
border-color: #A96154;
}
.TagClassName
{
border-color: #A96154;
}
</style>