Shades of Au Chico #A1685C
Tints of Au Chico #A1685C
RGB
CMYK
RGB Variations
Color information
#A1685C (or 0xA1685C) is known color: Au Chico. HEX triplet: A1, 68 and 5C. RGB value is (161,104,92). Sum of RGB (Red+Green+Blue) = 161+104+92=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A1685C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1685C is #5E97A3. Grayscale: #777777. Windows color (decimal): -6199204 or 6056097. OLE color: 6056097.
HSL color Cylindrical-coordinate representation of color #A1685C: hue angle of 10.43º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1685C is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 104 | 92 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.37 |
| HSL | 10.43º | 0.27% | 0.5% | - |
| HSV(B) | 10.43º | 0.43% | 0.63% | - |
| XYZ | 21.58 | 18.25 | 12.51 | - |
| YUV | 119.68 | 112.38 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 92 | 0 | 0.35 | 0.43 | 0.37 | 10.43 | 0.27 | 0.5 |
| Hex | A1 | 68 | 5C | 0 | 23 | 2B | 25 | A | 1B | 32 |
| Octal | 241 | 150 | 134 | 0 | 43 | 53 | 45 | 12 | 33 | 62 |
| Binary | 10100001 | 1101000 | 1011100 | 0 | 100011 | 101011 | 100101 | 1010 | 11011 | 110010 |
Color Harmonies of #A1685C
Complementary color
Monochromatic Colors of #A1685C
Black with #A1685C
Text Example
Text Example
White with #A1685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1685C; }
p { color: rgb(161,104,92); }
H1.HeaderClassName
{
color: #A1685C;
}
.AnyTagClassName
{
color: #A1685C;
}
</style>
background-color css
<style>
a { background-color: #A1685C; }
a { background-color: rgb(161,104,92); }
div.DivClassName
{
background-color: #A1685C;
}
.BgClassName
{
background-color: #A1685C;
}
</style>
border-color css
<style>
span { border-color: #A1685C; }
span { border-color: rgb(161,104,92); }
td.TdClassName
{
border-color: #A1685C;
}
.TagClassName
{
border-color: #A1685C;
}
</style>