Shades of Pale Oyster #9E9172
Tints of Pale Oyster #9E9172
RGB
CMYK
RGB Variations
Color information
#9E9172 (or 0x9E9172) is known color: Pale Oyster. HEX triplet: 9E, 91 and 72. RGB value is (158,145,114). Sum of RGB (Red+Green+Blue) = 158+145+114=417 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.89% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9172 is #616E8D. Grayscale: #919191. Windows color (decimal): -6385294 or 7508382. OLE color: 7508382.
HSL color Cylindrical-coordinate representation of color #9E9172: hue angle of 42.27º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9E9172 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 145 | 114 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.38 |
| HSL | 42.27º | 0.18% | 0.53% | - |
| HSV(B) | 42.27º | 0.28% | 0.62% | - |
| XYZ | 27.26 | 28.73 | 20.03 | - |
| YUV | 145.35 | 110.31 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 145 | 114 | 0 | 0.08 | 0.28 | 0.38 | 42.27 | 0.18 | 0.53 |
| Hex | 9E | 91 | 72 | 0 | 8 | 1C | 26 | 2A | 12 | 35 |
| Octal | 236 | 221 | 162 | 0 | 10 | 34 | 46 | 52 | 22 | 65 |
| Binary | 10011110 | 10010001 | 1110010 | 0 | 1000 | 11100 | 100110 | 101010 | 10010 | 110101 |
Color Harmonies of #9E9172
Complementary color
Monochromatic Colors of #9E9172
Black with #9E9172
Text Example
Text Example
White with #9E9172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9172; }
p { color: rgb(158,145,114); }
H1.HeaderClassName
{
color: #9E9172;
}
.AnyTagClassName
{
color: #9E9172;
}
</style>
background-color css
<style>
a { background-color: #9E9172; }
a { background-color: rgb(158,145,114); }
div.DivClassName
{
background-color: #9E9172;
}
.BgClassName
{
background-color: #9E9172;
}
</style>
border-color css
<style>
span { border-color: #9E9172; }
span { border-color: rgb(158,145,114); }
td.TdClassName
{
border-color: #9E9172;
}
.TagClassName
{
border-color: #9E9172;
}
</style>