Shades of Au Chico #9E625C
Tints of Au Chico #9E625C
RGB
CMYK
RGB Variations
Color information
#9E625C (or 0x9E625C) is known color: Au Chico. HEX triplet: 9E, 62 and 5C. RGB value is (158,98,92). Sum of RGB (Red+Green+Blue) = 158+98+92=348 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.40% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 158 - color contains mainly: red. Hex color #9E625C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E625C is #619DA3. Grayscale: #737373. Windows color (decimal): -6397348 or 6054558. OLE color: 6054558.
HSL color Cylindrical-coordinate representation of color #9E625C: hue angle of 5.45º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E625C is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 98 | 92 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.38 |
| HSL | 5.45º | 0.26% | 0.49% | - |
| HSV(B) | 5.45º | 0.42% | 0.62% | - |
| XYZ | 20.4 | 16.78 | 12.29 | - |
| YUV | 115.26 | 114.88 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 98 | 92 | 0 | 0.38 | 0.42 | 0.38 | 5.45 | 0.26 | 0.49 |
| Hex | 9E | 62 | 5C | 0 | 26 | 2A | 26 | 5 | 1A | 31 |
| Octal | 236 | 142 | 134 | 0 | 46 | 52 | 46 | 5 | 32 | 61 |
| Binary | 10011110 | 1100010 | 1011100 | 0 | 100110 | 101010 | 100110 | 101 | 11010 | 110001 |
Color Harmonies of #9E625C
Complementary color
Monochromatic Colors of #9E625C
Black with #9E625C
Text Example
Text Example
White with #9E625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E625C; }
p { color: rgb(158,98,92); }
H1.HeaderClassName
{
color: #9E625C;
}
.AnyTagClassName
{
color: #9E625C;
}
</style>
background-color css
<style>
a { background-color: #9E625C; }
a { background-color: rgb(158,98,92); }
div.DivClassName
{
background-color: #9E625C;
}
.BgClassName
{
background-color: #9E625C;
}
</style>
border-color css
<style>
span { border-color: #9E625C; }
span { border-color: rgb(158,98,92); }
td.TdClassName
{
border-color: #9E625C;
}
.TagClassName
{
border-color: #9E625C;
}
</style>