Shades of Pale Oyster #9A8771
Tints of Pale Oyster #9A8771
RGB
CMYK
RGB Variations
Color information
#9A8771 (or 0x9A8771) is known color: Pale Oyster. HEX triplet: 9A, 87 and 71. RGB value is (154,135,113). Sum of RGB (Red+Green+Blue) = 154+135+113=402 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.31% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8771 is #65788E. Grayscale: #8A8A8A. Windows color (decimal): -6649999 or 7440282. OLE color: 7440282.
HSL color Cylindrical-coordinate representation of color #9A8771: hue angle of 32.2º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9A8771 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 135 | 113 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.40 |
| HSL | 32.2º | 0.17% | 0.52% | - |
| HSV(B) | 32.2º | 0.27% | 0.6% | - |
| XYZ | 24.97 | 25.39 | 19.21 | - |
| YUV | 138.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 135 | 113 | 0 | 0.12 | 0.27 | 0.40 | 32.2 | 0.17 | 0.52 |
| Hex | 9A | 87 | 71 | 0 | C | 1B | 28 | 20 | 11 | 34 |
| Octal | 232 | 207 | 161 | 0 | 14 | 33 | 50 | 40 | 21 | 64 |
| Binary | 10011010 | 10000111 | 1110001 | 0 | 1100 | 11011 | 101000 | 100000 | 10001 | 110100 |
Color Harmonies of #9A8771
Complementary color
Monochromatic Colors of #9A8771
Black with #9A8771
Text Example
Text Example
White with #9A8771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8771; }
p { color: rgb(154,135,113); }
H1.HeaderClassName
{
color: #9A8771;
}
.AnyTagClassName
{
color: #9A8771;
}
</style>
background-color css
<style>
a { background-color: #9A8771; }
a { background-color: rgb(154,135,113); }
div.DivClassName
{
background-color: #9A8771;
}
.BgClassName
{
background-color: #9A8771;
}
</style>
border-color css
<style>
span { border-color: #9A8771; }
span { border-color: rgb(154,135,113); }
td.TdClassName
{
border-color: #9A8771;
}
.TagClassName
{
border-color: #9A8771;
}
</style>