Shades of Pale Oyster #9A8768
Tints of Pale Oyster #9A8768
RGB
CMYK
RGB Variations
Color information
#9A8768 (or 0x9A8768) is known color: Pale Oyster. HEX triplet: 9A, 87 and 68. RGB value is (154,135,104). Sum of RGB (Red+Green+Blue) = 154+135+104=393 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.19% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8768 is #657897. Grayscale: #898989. Windows color (decimal): -6650008 or 6850458. OLE color: 6850458.
HSL color Cylindrical-coordinate representation of color #9A8768: hue angle of 37.2º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A8768 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 135 | 104 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.40 |
| HSL | 37.2º | 0.2% | 0.51% | - |
| HSV(B) | 37.2º | 0.32% | 0.6% | - |
| XYZ | 24.49 | 25.2 | 16.67 | - |
| YUV | 137.15 | 109.29 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 135 | 104 | 0 | 0.12 | 0.32 | 0.40 | 37.2 | 0.2 | 0.51 |
| Hex | 9A | 87 | 68 | 0 | C | 20 | 28 | 25 | 14 | 33 |
| Octal | 232 | 207 | 150 | 0 | 14 | 40 | 50 | 45 | 24 | 63 |
| Binary | 10011010 | 10000111 | 1101000 | 0 | 1100 | 100000 | 101000 | 100101 | 10100 | 110011 |
Color Harmonies of #9A8768
Complementary color
Monochromatic Colors of #9A8768
Black with #9A8768
Text Example
Text Example
White with #9A8768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8768; }
p { color: rgb(154,135,104); }
H1.HeaderClassName
{
color: #9A8768;
}
.AnyTagClassName
{
color: #9A8768;
}
</style>
background-color css
<style>
a { background-color: #9A8768; }
a { background-color: rgb(154,135,104); }
div.DivClassName
{
background-color: #9A8768;
}
.BgClassName
{
background-color: #9A8768;
}
</style>
border-color css
<style>
span { border-color: #9A8768; }
span { border-color: rgb(154,135,104); }
td.TdClassName
{
border-color: #9A8768;
}
.TagClassName
{
border-color: #9A8768;
}
</style>