Shades of Au Chico #A8695C
Tints of Au Chico #A8695C
RGB
CMYK
RGB Variations
Color information
#A8695C (or 0xA8695C) is known color: Au Chico. HEX triplet: A8, 69 and 5C. RGB value is (168,105,92). Sum of RGB (Red+Green+Blue) = 168+105+92=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A8695C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8695C is #5796A3. Grayscale: #7A7A7A. Windows color (decimal): -5740196 or 6056360. OLE color: 6056360.
HSL color Cylindrical-coordinate representation of color #A8695C: hue angle of 10.26º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8695C is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 105 | 92 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.34 |
| HSL | 10.26º | 0.3% | 0.51% | - |
| HSV(B) | 10.26º | 0.45% | 0.66% | - |
| XYZ | 23.13 | 19.2 | 12.61 | - |
| YUV | 122.36 | 110.87 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 92 | 0 | 0.38 | 0.45 | 0.34 | 10.26 | 0.3 | 0.51 |
| Hex | A8 | 69 | 5C | 0 | 26 | 2D | 22 | A | 1E | 33 |
| Octal | 250 | 151 | 134 | 0 | 46 | 55 | 42 | 12 | 36 | 63 |
| Binary | 10101000 | 1101001 | 1011100 | 0 | 100110 | 101101 | 100010 | 1010 | 11110 | 110011 |
Color Harmonies of #A8695C
Complementary color
Monochromatic Colors of #A8695C
Black with #A8695C
Text Example
Text Example
White with #A8695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8695C; }
p { color: rgb(168,105,92); }
H1.HeaderClassName
{
color: #A8695C;
}
.AnyTagClassName
{
color: #A8695C;
}
</style>
background-color css
<style>
a { background-color: #A8695C; }
a { background-color: rgb(168,105,92); }
div.DivClassName
{
background-color: #A8695C;
}
.BgClassName
{
background-color: #A8695C;
}
</style>
border-color css
<style>
span { border-color: #A8695C; }
span { border-color: rgb(168,105,92); }
td.TdClassName
{
border-color: #A8695C;
}
.TagClassName
{
border-color: #A8695C;
}
</style>