Shades of Pale Oyster #998A72
Tints of Pale Oyster #998A72
RGB
CMYK
RGB Variations
Color information
#998A72 (or 0x998A72) is known color: Pale Oyster. HEX triplet: 99, 8A and 72. RGB value is (153,138,114). Sum of RGB (Red+Green+Blue) = 153+138+114=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #998A72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998A72 is #66758D. Grayscale: #8B8B8B. Windows color (decimal): -6714766 or 7506585. OLE color: 7506585.
HSL color Cylindrical-coordinate representation of color #998A72: hue angle of 36.92º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #998A72 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 138 | 114 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.4 |
| HSL | 36.92º | 0.16% | 0.52% | - |
| HSV(B) | 36.92º | 0.25% | 0.6% | - |
| XYZ | 25.26 | 26.16 | 19.64 | - |
| YUV | 139.75 | 113.47 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 114 | 0 | 0.10 | 0.25 | 0.4 | 36.92 | 0.16 | 0.52 |
| Hex | 99 | 8A | 72 | 0 | A | 19 | 28 | 25 | 10 | 34 |
| Octal | 231 | 212 | 162 | 0 | 12 | 31 | 50 | 45 | 20 | 64 |
| Binary | 10011001 | 10001010 | 1110010 | 0 | 1010 | 11001 | 101000 | 100101 | 10000 | 110100 |
Color Harmonies of #998A72
Complementary color
Monochromatic Colors of #998A72
Black with #998A72
Text Example
Text Example
White with #998A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998A72; }
p { color: rgb(153,138,114); }
H1.HeaderClassName
{
color: #998A72;
}
.AnyTagClassName
{
color: #998A72;
}
</style>
background-color css
<style>
a { background-color: #998A72; }
a { background-color: rgb(153,138,114); }
div.DivClassName
{
background-color: #998A72;
}
.BgClassName
{
background-color: #998A72;
}
</style>
border-color css
<style>
span { border-color: #998A72; }
span { border-color: rgb(153,138,114); }
td.TdClassName
{
border-color: #998A72;
}
.TagClassName
{
border-color: #998A72;
}
</style>