Shades of Pale Oyster #9A8873
Tints of Pale Oyster #9A8873
RGB
CMYK
RGB Variations
Color information
#9A8873 (or 0x9A8873) is known color: Pale Oyster. HEX triplet: 9A, 88 and 73. RGB value is (154,136,115). Sum of RGB (Red+Green+Blue) = 154+136+115=405 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.02% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8873 is #65778C. Grayscale: #8B8B8B. Windows color (decimal): -6649741 or 7571610. OLE color: 7571610.
HSL color Cylindrical-coordinate representation of color #9A8873: hue angle of 32.31º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9A8873 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 136 | 115 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.40 |
| HSL | 32.31º | 0.16% | 0.53% | - |
| HSV(B) | 32.31º | 0.25% | 0.6% | - |
| XYZ | 25.23 | 25.72 | 19.85 | - |
| YUV | 138.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 136 | 115 | 0 | 0.12 | 0.25 | 0.40 | 32.31 | 0.16 | 0.53 |
| Hex | 9A | 88 | 73 | 0 | C | 19 | 28 | 20 | 10 | 35 |
| Octal | 232 | 210 | 163 | 0 | 14 | 31 | 50 | 40 | 20 | 65 |
| Binary | 10011010 | 10001000 | 1110011 | 0 | 1100 | 11001 | 101000 | 100000 | 10000 | 110101 |
Color Harmonies of #9A8873
Complementary color
Monochromatic Colors of #9A8873
Black with #9A8873
Text Example
Text Example
White with #9A8873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8873; }
p { color: rgb(154,136,115); }
H1.HeaderClassName
{
color: #9A8873;
}
.AnyTagClassName
{
color: #9A8873;
}
</style>
background-color css
<style>
a { background-color: #9A8873; }
a { background-color: rgb(154,136,115); }
div.DivClassName
{
background-color: #9A8873;
}
.BgClassName
{
background-color: #9A8873;
}
</style>
border-color css
<style>
span { border-color: #9A8873; }
span { border-color: rgb(154,136,115); }
td.TdClassName
{
border-color: #9A8873;
}
.TagClassName
{
border-color: #9A8873;
}
</style>