Shades of Pale Oyster #9A8964
Tints of Pale Oyster #9A8964
RGB
CMYK
RGB Variations
Color information
#9A8964 (or 0x9A8964) is known color: Pale Oyster. HEX triplet: 9A, 89 and 64. RGB value is (154,137,100). Sum of RGB (Red+Green+Blue) = 154+137+100=391 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.39% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8964 is #65769B. Grayscale: #8A8A8A. Windows color (decimal): -6649500 or 6588826. OLE color: 6588826.
HSL color Cylindrical-coordinate representation of color #9A8964: hue angle of 41.11º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9A8964 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 137 | 100 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.40 |
| HSL | 41.11º | 0.21% | 0.5% | - |
| HSV(B) | 41.11º | 0.35% | 0.6% | - |
| XYZ | 24.57 | 25.68 | 15.72 | - |
| YUV | 137.87 | 106.63 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 137 | 100 | 0 | 0.11 | 0.35 | 0.40 | 41.11 | 0.21 | 0.5 |
| Hex | 9A | 89 | 64 | 0 | B | 23 | 28 | 29 | 15 | 32 |
| Octal | 232 | 211 | 144 | 0 | 13 | 43 | 50 | 51 | 25 | 62 |
| Binary | 10011010 | 10001001 | 1100100 | 0 | 1011 | 100011 | 101000 | 101001 | 10101 | 110010 |
Color Harmonies of #9A8964
Complementary color
Monochromatic Colors of #9A8964
Black with #9A8964
Text Example
Text Example
White with #9A8964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8964; }
p { color: rgb(154,137,100); }
H1.HeaderClassName
{
color: #9A8964;
}
.AnyTagClassName
{
color: #9A8964;
}
</style>
background-color css
<style>
a { background-color: #9A8964; }
a { background-color: rgb(154,137,100); }
div.DivClassName
{
background-color: #9A8964;
}
.BgClassName
{
background-color: #9A8964;
}
</style>
border-color css
<style>
span { border-color: #9A8964; }
span { border-color: rgb(154,137,100); }
td.TdClassName
{
border-color: #9A8964;
}
.TagClassName
{
border-color: #9A8964;
}
</style>