Shades of Pale Oyster #A08E6C
Tints of Pale Oyster #A08E6C
RGB
CMYK
RGB Variations
Color information
#A08E6C (or 0xA08E6C) is known color: Pale Oyster. HEX triplet: A0, 8E and 6C. RGB value is (160,142,108). Sum of RGB (Red+Green+Blue) = 160+142+108=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08E6C is #5F7193. Grayscale: #8F8F8F. Windows color (decimal): -6254996 or 7114400. OLE color: 7114400.
HSL color Cylindrical-coordinate representation of color #A08E6C: hue angle of 39.23º 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 #A08E6C is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 142 | 108 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.37 |
| HSL | 39.23º | 0.21% | 0.53% | - |
| HSV(B) | 39.23º | 0.33% | 0.63% | - |
| XYZ | 26.88 | 27.9 | 18.16 | - |
| YUV | 143.51 | 107.96 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 142 | 108 | 0 | 0.11 | 0.32 | 0.37 | 39.23 | 0.21 | 0.53 |
| Hex | A0 | 8E | 6C | 0 | B | 20 | 25 | 27 | 15 | 35 |
| Octal | 240 | 216 | 154 | 0 | 13 | 40 | 45 | 47 | 25 | 65 |
| Binary | 10100000 | 10001110 | 1101100 | 0 | 1011 | 100000 | 100101 | 100111 | 10101 | 110101 |
Color Harmonies of #A08E6C
Complementary color
Monochromatic Colors of #A08E6C
Black with #A08E6C
Text Example
Text Example
White with #A08E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08E6C; }
p { color: rgb(160,142,108); }
H1.HeaderClassName
{
color: #A08E6C;
}
.AnyTagClassName
{
color: #A08E6C;
}
</style>
background-color css
<style>
a { background-color: #A08E6C; }
a { background-color: rgb(160,142,108); }
div.DivClassName
{
background-color: #A08E6C;
}
.BgClassName
{
background-color: #A08E6C;
}
</style>
border-color css
<style>
span { border-color: #A08E6C; }
span { border-color: rgb(160,142,108); }
td.TdClassName
{
border-color: #A08E6C;
}
.TagClassName
{
border-color: #A08E6C;
}
</style>