Shades of Pale Oyster #9D917A
Tints of Pale Oyster #9D917A
RGB
CMYK
RGB Variations
Color information
#9D917A (or 0x9D917A) is known color: Pale Oyster. HEX triplet: 9D, 91 and 7A. RGB value is (157,145,122). Sum of RGB (Red+Green+Blue) = 157+145+122=424 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.03% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 157 - color contains mainly: red. Hex color #9D917A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D917A is #626E85. Grayscale: #929292. Windows color (decimal): -6450822 or 8032669. OLE color: 8032669.
HSL color Cylindrical-coordinate representation of color #9D917A: hue angle of 39.43º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9D917A is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 145 | 122 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.38 |
| HSL | 39.43º | 0.15% | 0.55% | - |
| HSV(B) | 39.43º | 0.22% | 0.62% | - |
| XYZ | 27.54 | 28.82 | 22.52 | - |
| YUV | 145.97 | 114.48 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 145 | 122 | 0 | 0.08 | 0.22 | 0.38 | 39.43 | 0.15 | 0.55 |
| Hex | 9D | 91 | 7A | 0 | 8 | 16 | 26 | 27 | F | 37 |
| Octal | 235 | 221 | 172 | 0 | 10 | 26 | 46 | 47 | 17 | 67 |
| Binary | 10011101 | 10010001 | 1111010 | 0 | 1000 | 10110 | 100110 | 100111 | 1111 | 110111 |
Color Harmonies of #9D917A
Complementary color
Monochromatic Colors of #9D917A
Black with #9D917A
Text Example
Text Example
White with #9D917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D917A; }
p { color: rgb(157,145,122); }
H1.HeaderClassName
{
color: #9D917A;
}
.AnyTagClassName
{
color: #9D917A;
}
</style>
background-color css
<style>
a { background-color: #9D917A; }
a { background-color: rgb(157,145,122); }
div.DivClassName
{
background-color: #9D917A;
}
.BgClassName
{
background-color: #9D917A;
}
</style>
border-color css
<style>
span { border-color: #9D917A; }
span { border-color: rgb(157,145,122); }
td.TdClassName
{
border-color: #9D917A;
}
.TagClassName
{
border-color: #9D917A;
}
</style>