Shades of Au Chico #A96053
Tints of Au Chico #A96053
RGB
CMYK
RGB Variations
Color information
#A96053 (or 0xA96053) is known color: Au Chico. HEX triplet: A9, 60 and 53. RGB value is (169,96,83). Sum of RGB (Red+Green+Blue) = 169+96+83=348 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.56% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 169 - color contains mainly: red. Hex color #A96053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96053 is #569FAC. Grayscale: #747474. Windows color (decimal): -5676973 or 5464233. OLE color: 5464233.
HSL color Cylindrical-coordinate representation of color #A96053: hue angle of 9.07º 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 #A96053 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 96 | 83 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.34 |
| HSL | 9.07º | 0.34% | 0.49% | - |
| HSV(B) | 9.07º | 0.51% | 0.66% | - |
| XYZ | 22.11 | 17.43 | 10.38 | - |
| YUV | 116.35 | 109.18 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 96 | 83 | 0 | 0.43 | 0.51 | 0.34 | 9.07 | 0.34 | 0.49 |
| Hex | A9 | 60 | 53 | 0 | 2B | 33 | 22 | 9 | 22 | 31 |
| Octal | 251 | 140 | 123 | 0 | 53 | 63 | 42 | 11 | 42 | 61 |
| Binary | 10101001 | 1100000 | 1010011 | 0 | 101011 | 110011 | 100010 | 1001 | 100010 | 110001 |
Color Harmonies of #A96053
Complementary color
Monochromatic Colors of #A96053
Black with #A96053
Text Example
Text Example
White with #A96053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96053; }
p { color: rgb(169,96,83); }
H1.HeaderClassName
{
color: #A96053;
}
.AnyTagClassName
{
color: #A96053;
}
</style>
background-color css
<style>
a { background-color: #A96053; }
a { background-color: rgb(169,96,83); }
div.DivClassName
{
background-color: #A96053;
}
.BgClassName
{
background-color: #A96053;
}
</style>
border-color css
<style>
span { border-color: #A96053; }
span { border-color: rgb(169,96,83); }
td.TdClassName
{
border-color: #A96053;
}
.TagClassName
{
border-color: #A96053;
}
</style>