Shades of Pale Oyster #9A896C
Tints of Pale Oyster #9A896C
RGB
CMYK
RGB Variations
Color information
#9A896C (or 0x9A896C) is known color: Pale Oyster. HEX triplet: 9A, 89 and 6C. RGB value is (154,137,108). Sum of RGB (Red+Green+Blue) = 154+137+108=399 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.60% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 154 - color contains mainly: red. Hex color #9A896C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A896C is #657693. Grayscale: #8A8A8A. Windows color (decimal): -6649492 or 7113114. OLE color: 7113114.
HSL color Cylindrical-coordinate representation of color #9A896C: hue angle of 37.83º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A896C is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 137 | 108 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.40 |
| HSL | 37.83º | 0.19% | 0.51% | - |
| HSV(B) | 37.83º | 0.3% | 0.6% | - |
| XYZ | 24.98 | 25.84 | 17.86 | - |
| YUV | 138.78 | 110.63 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 137 | 108 | 0 | 0.11 | 0.30 | 0.40 | 37.83 | 0.19 | 0.51 |
| Hex | 9A | 89 | 6C | 0 | B | 1E | 28 | 26 | 13 | 33 |
| Octal | 232 | 211 | 154 | 0 | 13 | 36 | 50 | 46 | 23 | 63 |
| Binary | 10011010 | 10001001 | 1101100 | 0 | 1011 | 11110 | 101000 | 100110 | 10011 | 110011 |
Color Harmonies of #9A896C
Complementary color
Monochromatic Colors of #9A896C
Black with #9A896C
Text Example
Text Example
White with #9A896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A896C; }
p { color: rgb(154,137,108); }
H1.HeaderClassName
{
color: #9A896C;
}
.AnyTagClassName
{
color: #9A896C;
}
</style>
background-color css
<style>
a { background-color: #9A896C; }
a { background-color: rgb(154,137,108); }
div.DivClassName
{
background-color: #9A896C;
}
.BgClassName
{
background-color: #9A896C;
}
</style>
border-color css
<style>
span { border-color: #9A896C; }
span { border-color: rgb(154,137,108); }
td.TdClassName
{
border-color: #9A896C;
}
.TagClassName
{
border-color: #9A896C;
}
</style>