Shades of Au Chico #A7695B
Tints of Au Chico #A7695B
RGB
CMYK
RGB Variations
Color information
#A7695B (or 0xA7695B) is known color: Au Chico. HEX triplet: A7, 69 and 5B. RGB value is (167,105,91). Sum of RGB (Red+Green+Blue) = 167+105+91=363 (48% of max value = 765). Red value is 167 (65.62% from 255 or 46.01% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 167 - color contains mainly: red. Hex color #A7695B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7695B is #5896A4. Grayscale: #7A7A7A. Windows color (decimal): -5805733 or 5990823. OLE color: 5990823.
HSL color Cylindrical-coordinate representation of color #A7695B: hue angle of 11.05º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A7695B is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 105 | 91 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.35 |
| HSL | 11.05º | 0.3% | 0.51% | - |
| HSV(B) | 11.05º | 0.46% | 0.65% | - |
| XYZ | 22.88 | 19.07 | 12.37 | - |
| YUV | 121.94 | 110.54 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 105 | 91 | 0 | 0.37 | 0.46 | 0.35 | 11.05 | 0.3 | 0.51 |
| Hex | A7 | 69 | 5B | 0 | 25 | 2E | 23 | B | 1E | 33 |
| Octal | 247 | 151 | 133 | 0 | 45 | 56 | 43 | 13 | 36 | 63 |
| Binary | 10100111 | 1101001 | 1011011 | 0 | 100101 | 101110 | 100011 | 1011 | 11110 | 110011 |
Color Harmonies of #A7695B
Complementary color
Monochromatic Colors of #A7695B
Black with #A7695B
Text Example
Text Example
White with #A7695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7695B; }
p { color: rgb(167,105,91); }
H1.HeaderClassName
{
color: #A7695B;
}
.AnyTagClassName
{
color: #A7695B;
}
</style>
background-color css
<style>
a { background-color: #A7695B; }
a { background-color: rgb(167,105,91); }
div.DivClassName
{
background-color: #A7695B;
}
.BgClassName
{
background-color: #A7695B;
}
</style>
border-color css
<style>
span { border-color: #A7695B; }
span { border-color: rgb(167,105,91); }
td.TdClassName
{
border-color: #A7695B;
}
.TagClassName
{
border-color: #A7695B;
}
</style>