Shades of Pale Oyster #9A8967
Tints of Pale Oyster #9A8967
RGB
CMYK
RGB Variations
Color information
#9A8967 (or 0x9A8967) is known color: Pale Oyster. HEX triplet: 9A, 89 and 67. RGB value is (154,137,103). Sum of RGB (Red+Green+Blue) = 154+137+103=394 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.09% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 103 (40.62% from 255 or 26.14% from 394); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8967 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8967 is #657698. Grayscale: #8A8A8A. Windows color (decimal): -6649497 or 6785434. OLE color: 6785434.
HSL color Cylindrical-coordinate representation of color #9A8967: hue angle of 40º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9A8967 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 137 | 103 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.40 |
| HSL | 40º | 0.2% | 0.5% | - |
| HSV(B) | 40º | 0.33% | 0.6% | - |
| XYZ | 24.72 | 25.74 | 16.5 | - |
| YUV | 138.21 | 108.13 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 137 | 103 | 0 | 0.11 | 0.33 | 0.40 | 40 | 0.2 | 0.5 |
| Hex | 9A | 89 | 67 | 0 | B | 21 | 28 | 28 | 14 | 32 |
| Octal | 232 | 211 | 147 | 0 | 13 | 41 | 50 | 50 | 24 | 62 |
| Binary | 10011010 | 10001001 | 1100111 | 0 | 1011 | 100001 | 101000 | 101000 | 10100 | 110010 |
Color Harmonies of #9A8967
Complementary color
Monochromatic Colors of #9A8967
Black with #9A8967
Text Example
Text Example
White with #9A8967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8967; }
p { color: rgb(154,137,103); }
H1.HeaderClassName
{
color: #9A8967;
}
.AnyTagClassName
{
color: #9A8967;
}
</style>
background-color css
<style>
a { background-color: #9A8967; }
a { background-color: rgb(154,137,103); }
div.DivClassName
{
background-color: #9A8967;
}
.BgClassName
{
background-color: #9A8967;
}
</style>
border-color css
<style>
span { border-color: #9A8967; }
span { border-color: rgb(154,137,103); }
td.TdClassName
{
border-color: #9A8967;
}
.TagClassName
{
border-color: #9A8967;
}
</style>