Shades of Au Chico #A1695A
Tints of Au Chico #A1695A
RGB
CMYK
RGB Variations
Color information
#A1695A (or 0xA1695A) is known color: Au Chico. HEX triplet: A1, 69 and 5A. RGB value is (161,105,90). Sum of RGB (Red+Green+Blue) = 161+105+90=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A1695A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1695A is #5E96A5. Grayscale: #787878. Windows color (decimal): -6198950 or 5925281. OLE color: 5925281.
HSL color Cylindrical-coordinate representation of color #A1695A: hue angle of 12.68º 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 #A1695A is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 105 | 90 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.37 |
| HSL | 12.68º | 0.28% | 0.49% | - |
| HSV(B) | 12.68º | 0.44% | 0.63% | - |
| XYZ | 21.59 | 18.42 | 12.09 | - |
| YUV | 120.03 | 111.05 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 90 | 0 | 0.35 | 0.44 | 0.37 | 12.68 | 0.28 | 0.49 |
| Hex | A1 | 69 | 5A | 0 | 23 | 2C | 25 | D | 1C | 31 |
| Octal | 241 | 151 | 132 | 0 | 43 | 54 | 45 | 15 | 34 | 61 |
| Binary | 10100001 | 1101001 | 1011010 | 0 | 100011 | 101100 | 100101 | 1101 | 11100 | 110001 |
Color Harmonies of #A1695A
Complementary color
Monochromatic Colors of #A1695A
Black with #A1695A
Text Example
Text Example
White with #A1695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1695A; }
p { color: rgb(161,105,90); }
H1.HeaderClassName
{
color: #A1695A;
}
.AnyTagClassName
{
color: #A1695A;
}
</style>
background-color css
<style>
a { background-color: #A1695A; }
a { background-color: rgb(161,105,90); }
div.DivClassName
{
background-color: #A1695A;
}
.BgClassName
{
background-color: #A1695A;
}
</style>
border-color css
<style>
span { border-color: #A1695A; }
span { border-color: rgb(161,105,90); }
td.TdClassName
{
border-color: #A1695A;
}
.TagClassName
{
border-color: #A1695A;
}
</style>