Shades of Pale Oyster #A08D6C
Tints of Pale Oyster #A08D6C
RGB
CMYK
RGB Variations
Color information
#A08D6C (or 0xA08D6C) is known color: Pale Oyster. HEX triplet: A0, 8D and 6C. RGB value is (160,141,108). Sum of RGB (Red+Green+Blue) = 160+141+108=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08D6C is #5F7293. Grayscale: #8F8F8F. Windows color (decimal): -6255252 or 7114144. OLE color: 7114144.
HSL color Cylindrical-coordinate representation of color #A08D6C: hue angle of 38.08º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A08D6C is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 141 | 108 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.37 |
| HSL | 38.08º | 0.21% | 0.53% | - |
| HSV(B) | 38.08º | 0.33% | 0.63% | - |
| XYZ | 26.73 | 27.61 | 18.11 | - |
| YUV | 142.92 | 108.29 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 108 | 0 | 0.12 | 0.32 | 0.37 | 38.08 | 0.21 | 0.53 |
| Hex | A0 | 8D | 6C | 0 | C | 20 | 25 | 26 | 15 | 35 |
| Octal | 240 | 215 | 154 | 0 | 14 | 40 | 45 | 46 | 25 | 65 |
| Binary | 10100000 | 10001101 | 1101100 | 0 | 1100 | 100000 | 100101 | 100110 | 10101 | 110101 |
Color Harmonies of #A08D6C
Complementary color
Monochromatic Colors of #A08D6C
Black with #A08D6C
Text Example
Text Example
White with #A08D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08D6C; }
p { color: rgb(160,141,108); }
H1.HeaderClassName
{
color: #A08D6C;
}
.AnyTagClassName
{
color: #A08D6C;
}
</style>
background-color css
<style>
a { background-color: #A08D6C; }
a { background-color: rgb(160,141,108); }
div.DivClassName
{
background-color: #A08D6C;
}
.BgClassName
{
background-color: #A08D6C;
}
</style>
border-color css
<style>
span { border-color: #A08D6C; }
span { border-color: rgb(160,141,108); }
td.TdClassName
{
border-color: #A08D6C;
}
.TagClassName
{
border-color: #A08D6C;
}
</style>