Shades of Au Chico #9F5E58
Tints of Au Chico #9F5E58
RGB
CMYK
RGB Variations
Color information
#9F5E58 (or 0x9F5E58) is known color: Au Chico. HEX triplet: 9F, 5E and 58. RGB value is (159,94,88). Sum of RGB (Red+Green+Blue) = 159+94+88=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5E58 is #60A1A7. Grayscale: #707070. Windows color (decimal): -6332840 or 5791391. OLE color: 5791391.
HSL color Cylindrical-coordinate representation of color #9F5E58: hue angle of 5.07º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F5E58 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 94 | 88 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.38 |
| HSL | 5.07º | 0.29% | 0.48% | - |
| HSV(B) | 5.07º | 0.45% | 0.62% | - |
| XYZ | 20.06 | 16.08 | 11.28 | - |
| YUV | 112.75 | 114.03 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 94 | 88 | 0 | 0.41 | 0.45 | 0.38 | 5.07 | 0.29 | 0.48 |
| Hex | 9F | 5E | 58 | 0 | 29 | 2D | 26 | 5 | 1D | 30 |
| Octal | 237 | 136 | 130 | 0 | 51 | 55 | 46 | 5 | 35 | 60 |
| Binary | 10011111 | 1011110 | 1011000 | 0 | 101001 | 101101 | 100110 | 101 | 11101 | 110000 |
Color Harmonies of #9F5E58
Complementary color
Monochromatic Colors of #9F5E58
Black with #9F5E58
Text Example
Text Example
White with #9F5E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5E58; }
p { color: rgb(159,94,88); }
H1.HeaderClassName
{
color: #9F5E58;
}
.AnyTagClassName
{
color: #9F5E58;
}
</style>
background-color css
<style>
a { background-color: #9F5E58; }
a { background-color: rgb(159,94,88); }
div.DivClassName
{
background-color: #9F5E58;
}
.BgClassName
{
background-color: #9F5E58;
}
</style>
border-color css
<style>
span { border-color: #9F5E58; }
span { border-color: rgb(159,94,88); }
td.TdClassName
{
border-color: #9F5E58;
}
.TagClassName
{
border-color: #9F5E58;
}
</style>