Shades of Pale Oyster #A08D6F
Tints of Pale Oyster #A08D6F
RGB
CMYK
RGB Variations
Color information
#A08D6F (or 0xA08D6F) is known color: Pale Oyster. HEX triplet: A0, 8D and 6F. RGB value is (160,141,111). Sum of RGB (Red+Green+Blue) = 160+141+111=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08D6F is #5F7290. Grayscale: #8F8F8F. Windows color (decimal): -6255249 or 7310752. OLE color: 7310752.
HSL color Cylindrical-coordinate representation of color #A08D6F: hue angle of 36.73º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A08D6F is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 141 | 111 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.37 |
| HSL | 36.73º | 0.21% | 0.53% | - |
| HSV(B) | 36.73º | 0.31% | 0.63% | - |
| XYZ | 26.89 | 27.67 | 18.96 | - |
| YUV | 143.26 | 109.79 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 111 | 0 | 0.12 | 0.31 | 0.37 | 36.73 | 0.21 | 0.53 |
| Hex | A0 | 8D | 6F | 0 | C | 1F | 25 | 25 | 15 | 35 |
| Octal | 240 | 215 | 157 | 0 | 14 | 37 | 45 | 45 | 25 | 65 |
| Binary | 10100000 | 10001101 | 1101111 | 0 | 1100 | 11111 | 100101 | 100101 | 10101 | 110101 |
Color Harmonies of #A08D6F
Complementary color
Monochromatic Colors of #A08D6F
Black with #A08D6F
Text Example
Text Example
White with #A08D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08D6F; }
p { color: rgb(160,141,111); }
H1.HeaderClassName
{
color: #A08D6F;
}
.AnyTagClassName
{
color: #A08D6F;
}
</style>
background-color css
<style>
a { background-color: #A08D6F; }
a { background-color: rgb(160,141,111); }
div.DivClassName
{
background-color: #A08D6F;
}
.BgClassName
{
background-color: #A08D6F;
}
</style>
border-color css
<style>
span { border-color: #A08D6F; }
span { border-color: rgb(160,141,111); }
td.TdClassName
{
border-color: #A08D6F;
}
.TagClassName
{
border-color: #A08D6F;
}
</style>