Shades of Au Chico #9A5D4E
Tints of Au Chico #9A5D4E
RGB
CMYK
RGB Variations
Color information
#9A5D4E (or 0x9A5D4E) is known color: Au Chico. HEX triplet: 9A, 5D and 4E. RGB value is (154,93,78). Sum of RGB (Red+Green+Blue) = 154+93+78=325 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.38% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5D4E is #65A2B1. Grayscale: #6D6D6D. Windows color (decimal): -6660786 or 5135770. OLE color: 5135770.
HSL color Cylindrical-coordinate representation of color #9A5D4E: hue angle of 11.84º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A5D4E is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 93 | 78 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.40 |
| HSL | 11.84º | 0.33% | 0.45% | - |
| HSV(B) | 11.84º | 0.49% | 0.6% | - |
| XYZ | 18.62 | 15.25 | 9.17 | - |
| YUV | 109.53 | 110.21 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 93 | 78 | 0 | 0.40 | 0.49 | 0.40 | 11.84 | 0.33 | 0.45 |
| Hex | 9A | 5D | 4E | 0 | 28 | 31 | 28 | C | 21 | 2D |
| Octal | 232 | 135 | 116 | 0 | 50 | 61 | 50 | 14 | 41 | 55 |
| Binary | 10011010 | 1011101 | 1001110 | 0 | 101000 | 110001 | 101000 | 1100 | 100001 | 101101 |
Color Harmonies of #9A5D4E
Complementary color
Monochromatic Colors of #9A5D4E
Black with #9A5D4E
Text Example
Text Example
White with #9A5D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5D4E; }
p { color: rgb(154,93,78); }
H1.HeaderClassName
{
color: #9A5D4E;
}
.AnyTagClassName
{
color: #9A5D4E;
}
</style>
background-color css
<style>
a { background-color: #9A5D4E; }
a { background-color: rgb(154,93,78); }
div.DivClassName
{
background-color: #9A5D4E;
}
.BgClassName
{
background-color: #9A5D4E;
}
</style>
border-color css
<style>
span { border-color: #9A5D4E; }
span { border-color: rgb(154,93,78); }
td.TdClassName
{
border-color: #9A5D4E;
}
.TagClassName
{
border-color: #9A5D4E;
}
</style>