Shades of Au Chico #A8635B
Tints of Au Chico #A8635B
RGB
CMYK
RGB Variations
Color information
#A8635B (or 0xA8635B) is known color: Au Chico. HEX triplet: A8, 63 and 5B. RGB value is (168,99,91). Sum of RGB (Red+Green+Blue) = 168+99+91=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 168 - color contains mainly: red. Hex color #A8635B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8635B is #579CA4. Grayscale: #767676. Windows color (decimal): -5741733 or 5989288. OLE color: 5989288.
HSL color Cylindrical-coordinate representation of color #A8635B: hue angle of 6.23º 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 #A8635B is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 99 | 91 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.34 |
| HSL | 6.23º | 0.31% | 0.51% | - |
| HSV(B) | 6.23º | 0.46% | 0.66% | - |
| XYZ | 22.5 | 18 | 12.19 | - |
| YUV | 118.72 | 112.36 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 91 | 0 | 0.41 | 0.46 | 0.34 | 6.23 | 0.31 | 0.51 |
| Hex | A8 | 63 | 5B | 0 | 29 | 2E | 22 | 6 | 1F | 33 |
| Octal | 250 | 143 | 133 | 0 | 51 | 56 | 42 | 6 | 37 | 63 |
| Binary | 10101000 | 1100011 | 1011011 | 0 | 101001 | 101110 | 100010 | 110 | 11111 | 110011 |
Color Harmonies of #A8635B
Complementary color
Monochromatic Colors of #A8635B
Black with #A8635B
Text Example
Text Example
White with #A8635B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8635B; }
p { color: rgb(168,99,91); }
H1.HeaderClassName
{
color: #A8635B;
}
.AnyTagClassName
{
color: #A8635B;
}
</style>
background-color css
<style>
a { background-color: #A8635B; }
a { background-color: rgb(168,99,91); }
div.DivClassName
{
background-color: #A8635B;
}
.BgClassName
{
background-color: #A8635B;
}
</style>
border-color css
<style>
span { border-color: #A8635B; }
span { border-color: rgb(168,99,91); }
td.TdClassName
{
border-color: #A8635B;
}
.TagClassName
{
border-color: #A8635B;
}
</style>