Shades of Au Chico #9A6353
Tints of Au Chico #9A6353
RGB
CMYK
RGB Variations
Color information
#9A6353 (or 0x9A6353) is known color: Au Chico. HEX triplet: 9A, 63 and 53. RGB value is (154,99,83). Sum of RGB (Red+Green+Blue) = 154+99+83=336 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.83% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6353 is #659CAC. Grayscale: #717171. Windows color (decimal): -6659245 or 5464986. OLE color: 5464986.
HSL color Cylindrical-coordinate representation of color #9A6353: hue angle of 13.52º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A6353 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 99 | 83 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.40 |
| HSL | 13.52º | 0.3% | 0.46% | - |
| HSV(B) | 13.52º | 0.46% | 0.6% | - |
| XYZ | 19.35 | 16.42 | 10.33 | - |
| YUV | 113.62 | 110.72 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 99 | 83 | 0 | 0.36 | 0.46 | 0.40 | 13.52 | 0.3 | 0.46 |
| Hex | 9A | 63 | 53 | 0 | 24 | 2E | 28 | E | 1E | 2E |
| Octal | 232 | 143 | 123 | 0 | 44 | 56 | 50 | 16 | 36 | 56 |
| Binary | 10011010 | 1100011 | 1010011 | 0 | 100100 | 101110 | 101000 | 1110 | 11110 | 101110 |
Color Harmonies of #9A6353
Complementary color
Monochromatic Colors of #9A6353
Black with #9A6353
Text Example
Text Example
White with #9A6353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6353; }
p { color: rgb(154,99,83); }
H1.HeaderClassName
{
color: #9A6353;
}
.AnyTagClassName
{
color: #9A6353;
}
</style>
background-color css
<style>
a { background-color: #9A6353; }
a { background-color: rgb(154,99,83); }
div.DivClassName
{
background-color: #9A6353;
}
.BgClassName
{
background-color: #9A6353;
}
</style>
border-color css
<style>
span { border-color: #9A6353; }
span { border-color: rgb(154,99,83); }
td.TdClassName
{
border-color: #9A6353;
}
.TagClassName
{
border-color: #9A6353;
}
</style>