Shades of Au Chico #A8635A
Tints of Au Chico #A8635A
RGB
CMYK
RGB Variations
Color information
#A8635A (or 0xA8635A) is known color: Au Chico. HEX triplet: A8, 63 and 5A. RGB value is (168,99,90). Sum of RGB (Red+Green+Blue) = 168+99+90=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 168 - color contains mainly: red. Hex color #A8635A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8635A is #579CA5. Grayscale: #767676. Windows color (decimal): -5741734 or 5923752. OLE color: 5923752.
HSL color Cylindrical-coordinate representation of color #A8635A: hue angle of 6.92º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8635A is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 99 | 90 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.34 |
| HSL | 6.92º | 0.31% | 0.51% | - |
| HSV(B) | 6.92º | 0.46% | 0.66% | - |
| XYZ | 22.46 | 17.99 | 11.96 | - |
| YUV | 118.61 | 111.86 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 90 | 0 | 0.41 | 0.46 | 0.34 | 6.92 | 0.31 | 0.51 |
| Hex | A8 | 63 | 5A | 0 | 29 | 2E | 22 | 7 | 1F | 33 |
| Octal | 250 | 143 | 132 | 0 | 51 | 56 | 42 | 7 | 37 | 63 |
| Binary | 10101000 | 1100011 | 1011010 | 0 | 101001 | 101110 | 100010 | 111 | 11111 | 110011 |
Color Harmonies of #A8635A
Complementary color
Monochromatic Colors of #A8635A
Black with #A8635A
Text Example
Text Example
White with #A8635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8635A; }
p { color: rgb(168,99,90); }
H1.HeaderClassName
{
color: #A8635A;
}
.AnyTagClassName
{
color: #A8635A;
}
</style>
background-color css
<style>
a { background-color: #A8635A; }
a { background-color: rgb(168,99,90); }
div.DivClassName
{
background-color: #A8635A;
}
.BgClassName
{
background-color: #A8635A;
}
</style>
border-color css
<style>
span { border-color: #A8635A; }
span { border-color: rgb(168,99,90); }
td.TdClassName
{
border-color: #A8635A;
}
.TagClassName
{
border-color: #A8635A;
}
</style>