Shades of Au Chico #A2695E
Tints of Au Chico #A2695E
RGB
CMYK
RGB Variations
Color information
#A2695E (or 0xA2695E) is known color: Au Chico. HEX triplet: A2, 69 and 5E. RGB value is (162,105,94). Sum of RGB (Red+Green+Blue) = 162+105+94=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A2695E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2695E is #5D96A1. Grayscale: #787878. Windows color (decimal): -6133410 or 6187426. OLE color: 6187426.
HSL color Cylindrical-coordinate representation of color #A2695E: hue angle of 9.71º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2695E is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 105 | 94 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.36 |
| HSL | 9.71º | 0.27% | 0.5% | - |
| HSV(B) | 9.71º | 0.42% | 0.64% | - |
| XYZ | 21.97 | 18.59 | 13.02 | - |
| YUV | 120.79 | 112.88 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 105 | 94 | 0 | 0.35 | 0.42 | 0.36 | 9.71 | 0.27 | 0.5 |
| Hex | A2 | 69 | 5E | 0 | 23 | 2A | 24 | A | 1B | 32 |
| Octal | 242 | 151 | 136 | 0 | 43 | 52 | 44 | 12 | 33 | 62 |
| Binary | 10100010 | 1101001 | 1011110 | 0 | 100011 | 101010 | 100100 | 1010 | 11011 | 110010 |
Color Harmonies of #A2695E
Complementary color
Monochromatic Colors of #A2695E
Black with #A2695E
Text Example
Text Example
White with #A2695E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2695E; }
p { color: rgb(162,105,94); }
H1.HeaderClassName
{
color: #A2695E;
}
.AnyTagClassName
{
color: #A2695E;
}
</style>
background-color css
<style>
a { background-color: #A2695E; }
a { background-color: rgb(162,105,94); }
div.DivClassName
{
background-color: #A2695E;
}
.BgClassName
{
background-color: #A2695E;
}
</style>
border-color css
<style>
span { border-color: #A2695E; }
span { border-color: rgb(162,105,94); }
td.TdClassName
{
border-color: #A2695E;
}
.TagClassName
{
border-color: #A2695E;
}
</style>