Shades of Au Chico #A9635C
Tints of Au Chico #A9635C
RGB
CMYK
RGB Variations
Color information
#A9635C (or 0xA9635C) is known color: Au Chico. HEX triplet: A9, 63 and 5C. RGB value is (169,99,92). Sum of RGB (Red+Green+Blue) = 169+99+92=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 169 - color contains mainly: red. Hex color #A9635C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9635C is #569CA3. Grayscale: #777777. Windows color (decimal): -5676196 or 6054825. OLE color: 6054825.
HSL color Cylindrical-coordinate representation of color #A9635C: hue angle of 5.45º 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 #A9635C is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 99 | 92 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.34 |
| HSL | 5.45º | 0.31% | 0.51% | - |
| HSV(B) | 5.45º | 0.46% | 0.66% | - |
| XYZ | 22.76 | 18.13 | 12.43 | - |
| YUV | 119.13 | 112.69 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 99 | 92 | 0 | 0.41 | 0.46 | 0.34 | 5.45 | 0.31 | 0.51 |
| Hex | A9 | 63 | 5C | 0 | 29 | 2E | 22 | 5 | 1F | 33 |
| Octal | 251 | 143 | 134 | 0 | 51 | 56 | 42 | 5 | 37 | 63 |
| Binary | 10101001 | 1100011 | 1011100 | 0 | 101001 | 101110 | 100010 | 101 | 11111 | 110011 |
Color Harmonies of #A9635C
Complementary color
Monochromatic Colors of #A9635C
Black with #A9635C
Text Example
Text Example
White with #A9635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9635C; }
p { color: rgb(169,99,92); }
H1.HeaderClassName
{
color: #A9635C;
}
.AnyTagClassName
{
color: #A9635C;
}
</style>
background-color css
<style>
a { background-color: #A9635C; }
a { background-color: rgb(169,99,92); }
div.DivClassName
{
background-color: #A9635C;
}
.BgClassName
{
background-color: #A9635C;
}
</style>
border-color css
<style>
span { border-color: #A9635C; }
span { border-color: rgb(169,99,92); }
td.TdClassName
{
border-color: #A9635C;
}
.TagClassName
{
border-color: #A9635C;
}
</style>