Shades of Au Chico #9E5E4F
Tints of Au Chico #9E5E4F
RGB
CMYK
RGB Variations
Color information
#9E5E4F (or 0x9E5E4F) is known color: Au Chico. HEX triplet: 9E, 5E and 4F. RGB value is (158,94,79). Sum of RGB (Red+Green+Blue) = 158+94+79=331 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.73% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5E4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5E4F is #61A1B0. Grayscale: #6F6F6F. Windows color (decimal): -6398385 or 5201566. OLE color: 5201566.
HSL color Cylindrical-coordinate representation of color #9E5E4F: hue angle of 11.39º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E5E4F is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 94 | 79 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.38 |
| HSL | 11.39º | 0.33% | 0.46% | - |
| HSV(B) | 11.39º | 0.5% | 0.62% | - |
| XYZ | 19.51 | 15.84 | 9.43 | - |
| YUV | 111.43 | 109.7 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 94 | 79 | 0 | 0.41 | 0.50 | 0.38 | 11.39 | 0.33 | 0.46 |
| Hex | 9E | 5E | 4F | 0 | 29 | 32 | 26 | B | 21 | 2E |
| Octal | 236 | 136 | 117 | 0 | 51 | 62 | 46 | 13 | 41 | 56 |
| Binary | 10011110 | 1011110 | 1001111 | 0 | 101001 | 110010 | 100110 | 1011 | 100001 | 101110 |
Color Harmonies of #9E5E4F
Complementary color
Monochromatic Colors of #9E5E4F
Black with #9E5E4F
Text Example
Text Example
White with #9E5E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5E4F; }
p { color: rgb(158,94,79); }
H1.HeaderClassName
{
color: #9E5E4F;
}
.AnyTagClassName
{
color: #9E5E4F;
}
</style>
background-color css
<style>
a { background-color: #9E5E4F; }
a { background-color: rgb(158,94,79); }
div.DivClassName
{
background-color: #9E5E4F;
}
.BgClassName
{
background-color: #9E5E4F;
}
</style>
border-color css
<style>
span { border-color: #9E5E4F; }
span { border-color: rgb(158,94,79); }
td.TdClassName
{
border-color: #9E5E4F;
}
.TagClassName
{
border-color: #9E5E4F;
}
</style>