Shades of Pale Oyster #9A876F
Tints of Pale Oyster #9A876F
RGB
CMYK
RGB Variations
Color information
#9A876F (or 0x9A876F) is known color: Pale Oyster. HEX triplet: 9A, 87 and 6F. RGB value is (154,135,111). Sum of RGB (Red+Green+Blue) = 154+135+111=400 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.5% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 154 - color contains mainly: red. Hex color #9A876F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A876F is #657890. Grayscale: #8A8A8A. Windows color (decimal): -6650001 or 7309210. OLE color: 7309210.
HSL color Cylindrical-coordinate representation of color #9A876F: hue angle of 33.49º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9A876F is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 135 | 111 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.40 |
| HSL | 33.49º | 0.18% | 0.52% | - |
| HSV(B) | 33.49º | 0.28% | 0.6% | - |
| XYZ | 24.86 | 25.35 | 18.62 | - |
| YUV | 137.95 | 112.79 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 135 | 111 | 0 | 0.12 | 0.28 | 0.40 | 33.49 | 0.18 | 0.52 |
| Hex | 9A | 87 | 6F | 0 | C | 1C | 28 | 21 | 12 | 34 |
| Octal | 232 | 207 | 157 | 0 | 14 | 34 | 50 | 41 | 22 | 64 |
| Binary | 10011010 | 10000111 | 1101111 | 0 | 1100 | 11100 | 101000 | 100001 | 10010 | 110100 |
Color Harmonies of #9A876F
Complementary color
Monochromatic Colors of #9A876F
Black with #9A876F
Text Example
Text Example
White with #9A876F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A876F; }
p { color: rgb(154,135,111); }
H1.HeaderClassName
{
color: #9A876F;
}
.AnyTagClassName
{
color: #9A876F;
}
</style>
background-color css
<style>
a { background-color: #9A876F; }
a { background-color: rgb(154,135,111); }
div.DivClassName
{
background-color: #9A876F;
}
.BgClassName
{
background-color: #9A876F;
}
</style>
border-color css
<style>
span { border-color: #9A876F; }
span { border-color: rgb(154,135,111); }
td.TdClassName
{
border-color: #9A876F;
}
.TagClassName
{
border-color: #9A876F;
}
</style>