Shades of Au Chico #A96255
Tints of Au Chico #A96255
RGB
CMYK
RGB Variations
Color information
#A96255 (or 0xA96255) is known color: Au Chico. HEX triplet: A9, 62 and 55. RGB value is (169,98,85). Sum of RGB (Red+Green+Blue) = 169+98+85=352 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.01% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 169 - color contains mainly: red. Hex color #A96255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96255 is #569DAA. Grayscale: #757575. Windows color (decimal): -5676459 or 5595817. OLE color: 5595817.
HSL color Cylindrical-coordinate representation of color #A96255: hue angle of 9.29º 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 #A96255 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 98 | 85 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.34 |
| HSL | 9.29º | 0.33% | 0.5% | - |
| HSV(B) | 9.29º | 0.5% | 0.66% | - |
| XYZ | 22.37 | 17.83 | 10.86 | - |
| YUV | 117.75 | 109.52 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 98 | 85 | 0 | 0.42 | 0.50 | 0.34 | 9.29 | 0.33 | 0.5 |
| Hex | A9 | 62 | 55 | 0 | 2A | 32 | 22 | 9 | 21 | 32 |
| Octal | 251 | 142 | 125 | 0 | 52 | 62 | 42 | 11 | 41 | 62 |
| Binary | 10101001 | 1100010 | 1010101 | 0 | 101010 | 110010 | 100010 | 1001 | 100001 | 110010 |
Color Harmonies of #A96255
Complementary color
Monochromatic Colors of #A96255
Black with #A96255
Text Example
Text Example
White with #A96255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96255; }
p { color: rgb(169,98,85); }
H1.HeaderClassName
{
color: #A96255;
}
.AnyTagClassName
{
color: #A96255;
}
</style>
background-color css
<style>
a { background-color: #A96255; }
a { background-color: rgb(169,98,85); }
div.DivClassName
{
background-color: #A96255;
}
.BgClassName
{
background-color: #A96255;
}
</style>
border-color css
<style>
span { border-color: #A96255; }
span { border-color: rgb(169,98,85); }
td.TdClassName
{
border-color: #A96255;
}
.TagClassName
{
border-color: #A96255;
}
</style>