Shades of Pale Oyster #9A8866
Tints of Pale Oyster #9A8866
RGB
CMYK
RGB Variations
Color information
#9A8866 (or 0x9A8866) is known color: Pale Oyster. HEX triplet: 9A, 88 and 66. RGB value is (154,136,102). Sum of RGB (Red+Green+Blue) = 154+136+102=392 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.29% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8866 is #657799. Grayscale: #898989. Windows color (decimal): -6649754 or 6719642. OLE color: 6719642.
HSL color Cylindrical-coordinate representation of color #9A8866: hue angle of 39.23º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9A8866 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 136 | 102 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.40 |
| HSL | 39.23º | 0.2% | 0.5% | - |
| HSV(B) | 39.23º | 0.34% | 0.6% | - |
| XYZ | 24.53 | 25.44 | 16.19 | - |
| YUV | 137.51 | 107.96 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 136 | 102 | 0 | 0.12 | 0.34 | 0.40 | 39.23 | 0.2 | 0.5 |
| Hex | 9A | 88 | 66 | 0 | C | 22 | 28 | 27 | 14 | 32 |
| Octal | 232 | 210 | 146 | 0 | 14 | 42 | 50 | 47 | 24 | 62 |
| Binary | 10011010 | 10001000 | 1100110 | 0 | 1100 | 100010 | 101000 | 100111 | 10100 | 110010 |
Color Harmonies of #9A8866
Complementary color
Monochromatic Colors of #9A8866
Black with #9A8866
Text Example
Text Example
White with #9A8866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8866; }
p { color: rgb(154,136,102); }
H1.HeaderClassName
{
color: #9A8866;
}
.AnyTagClassName
{
color: #9A8866;
}
</style>
background-color css
<style>
a { background-color: #9A8866; }
a { background-color: rgb(154,136,102); }
div.DivClassName
{
background-color: #9A8866;
}
.BgClassName
{
background-color: #9A8866;
}
</style>
border-color css
<style>
span { border-color: #9A8866; }
span { border-color: rgb(154,136,102); }
td.TdClassName
{
border-color: #9A8866;
}
.TagClassName
{
border-color: #9A8866;
}
</style>