Shades of Au Chico #A2695A
Tints of Au Chico #A2695A
RGB
CMYK
RGB Variations
Color information
#A2695A (or 0xA2695A) is known color: Au Chico. HEX triplet: A2, 69 and 5A. RGB value is (162,105,90). Sum of RGB (Red+Green+Blue) = 162+105+90=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A2695A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2695A is #5D96A5. Grayscale: #787878. Windows color (decimal): -6133414 or 5925282. OLE color: 5925282.
HSL color Cylindrical-coordinate representation of color #A2695A: hue angle of 12.5º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2695A is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 105 | 90 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.36 |
| HSL | 12.5º | 0.29% | 0.49% | - |
| HSV(B) | 12.5º | 0.44% | 0.64% | - |
| XYZ | 21.8 | 18.52 | 12.1 | - |
| YUV | 120.33 | 110.88 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 105 | 90 | 0 | 0.35 | 0.44 | 0.36 | 12.5 | 0.29 | 0.49 |
| Hex | A2 | 69 | 5A | 0 | 23 | 2C | 24 | C | 1D | 31 |
| Octal | 242 | 151 | 132 | 0 | 43 | 54 | 44 | 14 | 35 | 61 |
| Binary | 10100010 | 1101001 | 1011010 | 0 | 100011 | 101100 | 100100 | 1100 | 11101 | 110001 |
Color Harmonies of #A2695A
Complementary color
Monochromatic Colors of #A2695A
Black with #A2695A
Text Example
Text Example
White with #A2695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2695A; }
p { color: rgb(162,105,90); }
H1.HeaderClassName
{
color: #A2695A;
}
.AnyTagClassName
{
color: #A2695A;
}
</style>
background-color css
<style>
a { background-color: #A2695A; }
a { background-color: rgb(162,105,90); }
div.DivClassName
{
background-color: #A2695A;
}
.BgClassName
{
background-color: #A2695A;
}
</style>
border-color css
<style>
span { border-color: #A2695A; }
span { border-color: rgb(162,105,90); }
td.TdClassName
{
border-color: #A2695A;
}
.TagClassName
{
border-color: #A2695A;
}
</style>