Shades of Pale Oyster #9A8F73
Tints of Pale Oyster #9A8F73
RGB
CMYK
RGB Variations
Color information
#9A8F73 (or 0x9A8F73) is known color: Pale Oyster. HEX triplet: 9A, 8F and 73. RGB value is (154,143,115). Sum of RGB (Red+Green+Blue) = 154+143+115=412 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.38% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8F73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8F73 is #65708C. Grayscale: #8F8F8F. Windows color (decimal): -6647949 or 7573402. OLE color: 7573402.
HSL color Cylindrical-coordinate representation of color #9A8F73: hue angle of 43.08º 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 #9A8F73 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 143 | 115 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.40 |
| HSL | 43.08º | 0.16% | 0.53% | - |
| HSV(B) | 43.08º | 0.25% | 0.6% | - |
| XYZ | 26.24 | 27.75 | 20.19 | - |
| YUV | 143.1 | 112.14 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 143 | 115 | 0 | 0.07 | 0.25 | 0.40 | 43.08 | 0.16 | 0.53 |
| Hex | 9A | 8F | 73 | 0 | 7 | 19 | 28 | 2B | 10 | 35 |
| Octal | 232 | 217 | 163 | 0 | 7 | 31 | 50 | 53 | 20 | 65 |
| Binary | 10011010 | 10001111 | 1110011 | 0 | 111 | 11001 | 101000 | 101011 | 10000 | 110101 |
Color Harmonies of #9A8F73
Complementary color
Monochromatic Colors of #9A8F73
Black with #9A8F73
Text Example
Text Example
White with #9A8F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8F73; }
p { color: rgb(154,143,115); }
H1.HeaderClassName
{
color: #9A8F73;
}
.AnyTagClassName
{
color: #9A8F73;
}
</style>
background-color css
<style>
a { background-color: #9A8F73; }
a { background-color: rgb(154,143,115); }
div.DivClassName
{
background-color: #9A8F73;
}
.BgClassName
{
background-color: #9A8F73;
}
</style>
border-color css
<style>
span { border-color: #9A8F73; }
span { border-color: rgb(154,143,115); }
td.TdClassName
{
border-color: #9A8F73;
}
.TagClassName
{
border-color: #9A8F73;
}
</style>