Shades of Pale Oyster #A08D6D
Tints of Pale Oyster #A08D6D
RGB
CMYK
RGB Variations
Color information
#A08D6D (or 0xA08D6D) is known color: Pale Oyster. HEX triplet: A0, 8D and 6D. RGB value is (160,141,109). Sum of RGB (Red+Green+Blue) = 160+141+109=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08D6D is #5F7292. Grayscale: #8F8F8F. Windows color (decimal): -6255251 or 7179680. OLE color: 7179680.
HSL color Cylindrical-coordinate representation of color #A08D6D: hue angle of 37.65º 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 #A08D6D is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 141 | 109 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.37 |
| HSL | 37.65º | 0.21% | 0.53% | - |
| HSV(B) | 37.65º | 0.32% | 0.63% | - |
| XYZ | 26.78 | 27.63 | 18.39 | - |
| YUV | 143.03 | 108.79 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 109 | 0 | 0.12 | 0.32 | 0.37 | 37.65 | 0.21 | 0.53 |
| Hex | A0 | 8D | 6D | 0 | C | 20 | 25 | 26 | 15 | 35 |
| Octal | 240 | 215 | 155 | 0 | 14 | 40 | 45 | 46 | 25 | 65 |
| Binary | 10100000 | 10001101 | 1101101 | 0 | 1100 | 100000 | 100101 | 100110 | 10101 | 110101 |
Color Harmonies of #A08D6D
Complementary color
Monochromatic Colors of #A08D6D
Black with #A08D6D
Text Example
Text Example
White with #A08D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08D6D; }
p { color: rgb(160,141,109); }
H1.HeaderClassName
{
color: #A08D6D;
}
.AnyTagClassName
{
color: #A08D6D;
}
</style>
background-color css
<style>
a { background-color: #A08D6D; }
a { background-color: rgb(160,141,109); }
div.DivClassName
{
background-color: #A08D6D;
}
.BgClassName
{
background-color: #A08D6D;
}
</style>
border-color css
<style>
span { border-color: #A08D6D; }
span { border-color: rgb(160,141,109); }
td.TdClassName
{
border-color: #A08D6D;
}
.TagClassName
{
border-color: #A08D6D;
}
</style>