Shades of Au Chico #A8635C
Tints of Au Chico #A8635C
RGB
CMYK
RGB Variations
Color information
#A8635C (or 0xA8635C) is known color: Au Chico. HEX triplet: A8, 63 and 5C. RGB value is (168,99,92). Sum of RGB (Red+Green+Blue) = 168+99+92=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A8635C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8635C is #579CA3. Grayscale: #767676. Windows color (decimal): -5741732 or 6054824. OLE color: 6054824.
HSL color Cylindrical-coordinate representation of color #A8635C: hue angle of 5.53º 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 #A8635C is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 99 | 92 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.34 |
| HSL | 5.53º | 0.3% | 0.51% | - |
| HSV(B) | 5.53º | 0.45% | 0.66% | - |
| XYZ | 22.54 | 18.02 | 12.42 | - |
| YUV | 118.83 | 112.86 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 92 | 0 | 0.41 | 0.45 | 0.34 | 5.53 | 0.3 | 0.51 |
| Hex | A8 | 63 | 5C | 0 | 29 | 2D | 22 | 6 | 1E | 33 |
| Octal | 250 | 143 | 134 | 0 | 51 | 55 | 42 | 6 | 36 | 63 |
| Binary | 10101000 | 1100011 | 1011100 | 0 | 101001 | 101101 | 100010 | 110 | 11110 | 110011 |
Color Harmonies of #A8635C
Complementary color
Monochromatic Colors of #A8635C
Black with #A8635C
Text Example
Text Example
White with #A8635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8635C; }
p { color: rgb(168,99,92); }
H1.HeaderClassName
{
color: #A8635C;
}
.AnyTagClassName
{
color: #A8635C;
}
</style>
background-color css
<style>
a { background-color: #A8635C; }
a { background-color: rgb(168,99,92); }
div.DivClassName
{
background-color: #A8635C;
}
.BgClassName
{
background-color: #A8635C;
}
</style>
border-color css
<style>
span { border-color: #A8635C; }
span { border-color: rgb(168,99,92); }
td.TdClassName
{
border-color: #A8635C;
}
.TagClassName
{
border-color: #A8635C;
}
</style>