Shades of Au Chico #A0695A
Tints of Au Chico #A0695A
RGB
CMYK
RGB Variations
Color information
#A0695A (or 0xA0695A) is known color: Au Chico. HEX triplet: A0, 69 and 5A. RGB value is (160,105,90). Sum of RGB (Red+Green+Blue) = 160+105+90=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A0695A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0695A is #5F96A5. Grayscale: #777777. Windows color (decimal): -6264486 or 5925280. OLE color: 5925280.
HSL color Cylindrical-coordinate representation of color #A0695A: hue angle of 12.86º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0695A is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 105 | 90 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.37 |
| HSL | 12.86º | 0.28% | 0.49% | - |
| HSV(B) | 12.86º | 0.44% | 0.63% | - |
| XYZ | 21.39 | 18.31 | 12.08 | - |
| YUV | 119.74 | 111.22 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 90 | 0 | 0.34 | 0.44 | 0.37 | 12.86 | 0.28 | 0.49 |
| Hex | A0 | 69 | 5A | 0 | 22 | 2C | 25 | D | 1C | 31 |
| Octal | 240 | 151 | 132 | 0 | 42 | 54 | 45 | 15 | 34 | 61 |
| Binary | 10100000 | 1101001 | 1011010 | 0 | 100010 | 101100 | 100101 | 1101 | 11100 | 110001 |
Color Harmonies of #A0695A
Complementary color
Monochromatic Colors of #A0695A
Black with #A0695A
Text Example
Text Example
White with #A0695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0695A; }
p { color: rgb(160,105,90); }
H1.HeaderClassName
{
color: #A0695A;
}
.AnyTagClassName
{
color: #A0695A;
}
</style>
background-color css
<style>
a { background-color: #A0695A; }
a { background-color: rgb(160,105,90); }
div.DivClassName
{
background-color: #A0695A;
}
.BgClassName
{
background-color: #A0695A;
}
</style>
border-color css
<style>
span { border-color: #A0695A; }
span { border-color: rgb(160,105,90); }
td.TdClassName
{
border-color: #A0695A;
}
.TagClassName
{
border-color: #A0695A;
}
</style>