Shades of Au Chico #A7635A
Tints of Au Chico #A7635A
RGB
CMYK
RGB Variations
Color information
#A7635A (or 0xA7635A) is known color: Au Chico. HEX triplet: A7, 63 and 5A. RGB value is (167,99,90). Sum of RGB (Red+Green+Blue) = 167+99+90=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 167 - color contains mainly: red. Hex color #A7635A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7635A is #589CA5. Grayscale: #767676. Windows color (decimal): -5807270 or 5923751. OLE color: 5923751.
HSL color Cylindrical-coordinate representation of color #A7635A: hue angle of 7.01º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A7635A is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 99 | 90 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.35 |
| HSL | 7.01º | 0.3% | 0.5% | - |
| HSV(B) | 7.01º | 0.46% | 0.65% | - |
| XYZ | 22.24 | 17.88 | 11.95 | - |
| YUV | 118.31 | 112.03 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 99 | 90 | 0 | 0.41 | 0.46 | 0.35 | 7.01 | 0.3 | 0.5 |
| Hex | A7 | 63 | 5A | 0 | 29 | 2E | 23 | 7 | 1E | 32 |
| Octal | 247 | 143 | 132 | 0 | 51 | 56 | 43 | 7 | 36 | 62 |
| Binary | 10100111 | 1100011 | 1011010 | 0 | 101001 | 101110 | 100011 | 111 | 11110 | 110010 |
Color Harmonies of #A7635A
Complementary color
Monochromatic Colors of #A7635A
Black with #A7635A
Text Example
Text Example
White with #A7635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7635A; }
p { color: rgb(167,99,90); }
H1.HeaderClassName
{
color: #A7635A;
}
.AnyTagClassName
{
color: #A7635A;
}
</style>
background-color css
<style>
a { background-color: #A7635A; }
a { background-color: rgb(167,99,90); }
div.DivClassName
{
background-color: #A7635A;
}
.BgClassName
{
background-color: #A7635A;
}
</style>
border-color css
<style>
span { border-color: #A7635A; }
span { border-color: rgb(167,99,90); }
td.TdClassName
{
border-color: #A7635A;
}
.TagClassName
{
border-color: #A7635A;
}
</style>