Shades of Pale Oyster #9A8B70
Tints of Pale Oyster #9A8B70
RGB
CMYK
RGB Variations
Color information
#9A8B70 (or 0x9A8B70) is known color: Pale Oyster. HEX triplet: 9A, 8B and 70. RGB value is (154,139,112). Sum of RGB (Red+Green+Blue) = 154+139+112=405 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.02% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8B70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8B70 is #65748F. Grayscale: #8C8C8C. Windows color (decimal): -6648976 or 7375770. OLE color: 7375770.
HSL color Cylindrical-coordinate representation of color #9A8B70: hue angle of 38.57º 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 #9A8B70 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 139 | 112 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.40 |
| HSL | 38.57º | 0.17% | 0.52% | - |
| HSV(B) | 38.57º | 0.27% | 0.6% | - |
| XYZ | 25.48 | 26.51 | 19.1 | - |
| YUV | 140.41 | 111.97 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 139 | 112 | 0 | 0.10 | 0.27 | 0.40 | 38.57 | 0.17 | 0.52 |
| Hex | 9A | 8B | 70 | 0 | A | 1B | 28 | 27 | 11 | 34 |
| Octal | 232 | 213 | 160 | 0 | 12 | 33 | 50 | 47 | 21 | 64 |
| Binary | 10011010 | 10001011 | 1110000 | 0 | 1010 | 11011 | 101000 | 100111 | 10001 | 110100 |
Color Harmonies of #9A8B70
Complementary color
Monochromatic Colors of #9A8B70
Black with #9A8B70
Text Example
Text Example
White with #9A8B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8B70; }
p { color: rgb(154,139,112); }
H1.HeaderClassName
{
color: #9A8B70;
}
.AnyTagClassName
{
color: #9A8B70;
}
</style>
background-color css
<style>
a { background-color: #9A8B70; }
a { background-color: rgb(154,139,112); }
div.DivClassName
{
background-color: #9A8B70;
}
.BgClassName
{
background-color: #9A8B70;
}
</style>
border-color css
<style>
span { border-color: #9A8B70; }
span { border-color: rgb(154,139,112); }
td.TdClassName
{
border-color: #9A8B70;
}
.TagClassName
{
border-color: #9A8B70;
}
</style>