Shades of Au Chico #A2695D
Tints of Au Chico #A2695D
RGB
CMYK
RGB Variations
Color information
#A2695D (or 0xA2695D) is known color: Au Chico. HEX triplet: A2, 69 and 5D. RGB value is (162,105,93). Sum of RGB (Red+Green+Blue) = 162+105+93=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A2695D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2695D is #5D96A2. Grayscale: #787878. Windows color (decimal): -6133411 or 6121890. OLE color: 6121890.
HSL color Cylindrical-coordinate representation of color #A2695D: hue angle of 10.43º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2695D is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 105 | 93 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.36 |
| HSL | 10.43º | 0.27% | 0.5% | - |
| HSV(B) | 10.43º | 0.43% | 0.64% | - |
| XYZ | 21.93 | 18.57 | 12.79 | - |
| YUV | 120.68 | 112.38 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 105 | 93 | 0 | 0.35 | 0.43 | 0.36 | 10.43 | 0.27 | 0.5 |
| Hex | A2 | 69 | 5D | 0 | 23 | 2B | 24 | A | 1B | 32 |
| Octal | 242 | 151 | 135 | 0 | 43 | 53 | 44 | 12 | 33 | 62 |
| Binary | 10100010 | 1101001 | 1011101 | 0 | 100011 | 101011 | 100100 | 1010 | 11011 | 110010 |
Color Harmonies of #A2695D
Complementary color
Monochromatic Colors of #A2695D
Black with #A2695D
Text Example
Text Example
White with #A2695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2695D; }
p { color: rgb(162,105,93); }
H1.HeaderClassName
{
color: #A2695D;
}
.AnyTagClassName
{
color: #A2695D;
}
</style>
background-color css
<style>
a { background-color: #A2695D; }
a { background-color: rgb(162,105,93); }
div.DivClassName
{
background-color: #A2695D;
}
.BgClassName
{
background-color: #A2695D;
}
</style>
border-color css
<style>
span { border-color: #A2695D; }
span { border-color: rgb(162,105,93); }
td.TdClassName
{
border-color: #A2695D;
}
.TagClassName
{
border-color: #A2695D;
}
</style>