Shades of Au Chico #9D5E58
Tints of Au Chico #9D5E58
RGB
CMYK
RGB Variations
Color information
#9D5E58 (or 0x9D5E58) is known color: Au Chico. HEX triplet: 9D, 5E and 58. RGB value is (157,94,88). Sum of RGB (Red+Green+Blue) = 157+94+88=339 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.31% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5E58 is #62A1A7. Grayscale: #707070. Windows color (decimal): -6463912 or 5791389. OLE color: 5791389.
HSL color Cylindrical-coordinate representation of color #9D5E58: hue angle of 5.22º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9D5E58 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 94 | 88 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.38 |
| HSL | 5.22º | 0.28% | 0.48% | - |
| HSV(B) | 5.22º | 0.44% | 0.62% | - |
| XYZ | 19.67 | 15.88 | 11.26 | - |
| YUV | 112.15 | 114.37 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 94 | 88 | 0 | 0.40 | 0.44 | 0.38 | 5.22 | 0.28 | 0.48 |
| Hex | 9D | 5E | 58 | 0 | 28 | 2C | 26 | 5 | 1C | 30 |
| Octal | 235 | 136 | 130 | 0 | 50 | 54 | 46 | 5 | 34 | 60 |
| Binary | 10011101 | 1011110 | 1011000 | 0 | 101000 | 101100 | 100110 | 101 | 11100 | 110000 |
Color Harmonies of #9D5E58
Complementary color
Monochromatic Colors of #9D5E58
Black with #9D5E58
Text Example
Text Example
White with #9D5E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5E58; }
p { color: rgb(157,94,88); }
H1.HeaderClassName
{
color: #9D5E58;
}
.AnyTagClassName
{
color: #9D5E58;
}
</style>
background-color css
<style>
a { background-color: #9D5E58; }
a { background-color: rgb(157,94,88); }
div.DivClassName
{
background-color: #9D5E58;
}
.BgClassName
{
background-color: #9D5E58;
}
</style>
border-color css
<style>
span { border-color: #9D5E58; }
span { border-color: rgb(157,94,88); }
td.TdClassName
{
border-color: #9D5E58;
}
.TagClassName
{
border-color: #9D5E58;
}
</style>