Shades of Au Chico #9A5E50
Tints of Au Chico #9A5E50
RGB
CMYK
RGB Variations
Color information
#9A5E50 (or 0x9A5E50) is known color: Au Chico. HEX triplet: 9A, 5E and 50. RGB value is (154,94,80). Sum of RGB (Red+Green+Blue) = 154+94+80=328 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.95% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5E50 is #65A1AF. Grayscale: #6E6E6E. Windows color (decimal): -6660528 or 5267098. OLE color: 5267098.
HSL color Cylindrical-coordinate representation of color #9A5E50: hue angle of 11.35º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A5E50 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 94 | 80 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.40 |
| HSL | 11.35º | 0.32% | 0.46% | - |
| HSV(B) | 11.35º | 0.48% | 0.6% | - |
| XYZ | 18.78 | 15.45 | 9.58 | - |
| YUV | 110.34 | 110.88 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 94 | 80 | 0 | 0.39 | 0.48 | 0.40 | 11.35 | 0.32 | 0.46 |
| Hex | 9A | 5E | 50 | 0 | 27 | 30 | 28 | B | 20 | 2E |
| Octal | 232 | 136 | 120 | 0 | 47 | 60 | 50 | 13 | 40 | 56 |
| Binary | 10011010 | 1011110 | 1010000 | 0 | 100111 | 110000 | 101000 | 1011 | 100000 | 101110 |
Color Harmonies of #9A5E50
Complementary color
Monochromatic Colors of #9A5E50
Black with #9A5E50
Text Example
Text Example
White with #9A5E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5E50; }
p { color: rgb(154,94,80); }
H1.HeaderClassName
{
color: #9A5E50;
}
.AnyTagClassName
{
color: #9A5E50;
}
</style>
background-color css
<style>
a { background-color: #9A5E50; }
a { background-color: rgb(154,94,80); }
div.DivClassName
{
background-color: #9A5E50;
}
.BgClassName
{
background-color: #9A5E50;
}
</style>
border-color css
<style>
span { border-color: #9A5E50; }
span { border-color: rgb(154,94,80); }
td.TdClassName
{
border-color: #9A5E50;
}
.TagClassName
{
border-color: #9A5E50;
}
</style>