Shades of Au Chico #9A5E53
Tints of Au Chico #9A5E53
RGB
CMYK
RGB Variations
Color information
#9A5E53 (or 0x9A5E53) is known color: Au Chico. HEX triplet: 9A, 5E and 53. RGB value is (154,94,83). Sum of RGB (Red+Green+Blue) = 154+94+83=331 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.53% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5E53 is #65A1AC. Grayscale: #6E6E6E. Windows color (decimal): -6660525 or 5463706. OLE color: 5463706.
HSL color Cylindrical-coordinate representation of color #9A5E53: hue angle of 9.3º 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 #9A5E53 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 94 | 83 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.40 |
| HSL | 9.3º | 0.3% | 0.46% | - |
| HSV(B) | 9.3º | 0.46% | 0.6% | - |
| XYZ | 18.89 | 15.5 | 10.18 | - |
| YUV | 110.69 | 112.38 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 94 | 83 | 0 | 0.39 | 0.46 | 0.40 | 9.3 | 0.3 | 0.46 |
| Hex | 9A | 5E | 53 | 0 | 27 | 2E | 28 | 9 | 1E | 2E |
| Octal | 232 | 136 | 123 | 0 | 47 | 56 | 50 | 11 | 36 | 56 |
| Binary | 10011010 | 1011110 | 1010011 | 0 | 100111 | 101110 | 101000 | 1001 | 11110 | 101110 |
Color Harmonies of #9A5E53
Complementary color
Monochromatic Colors of #9A5E53
Black with #9A5E53
Text Example
Text Example
White with #9A5E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5E53; }
p { color: rgb(154,94,83); }
H1.HeaderClassName
{
color: #9A5E53;
}
.AnyTagClassName
{
color: #9A5E53;
}
</style>
background-color css
<style>
a { background-color: #9A5E53; }
a { background-color: rgb(154,94,83); }
div.DivClassName
{
background-color: #9A5E53;
}
.BgClassName
{
background-color: #9A5E53;
}
</style>
border-color css
<style>
span { border-color: #9A5E53; }
span { border-color: rgb(154,94,83); }
td.TdClassName
{
border-color: #9A5E53;
}
.TagClassName
{
border-color: #9A5E53;
}
</style>