Shades of Pale Oyster #A08D62
Tints of Pale Oyster #A08D62
RGB
CMYK
RGB Variations
Color information
#A08D62 (or 0xA08D62) is known color: Pale Oyster. HEX triplet: A0, 8D and 62. RGB value is (160,141,98). Sum of RGB (Red+Green+Blue) = 160+141+98=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08D62 is #5F729D. Grayscale: #8D8D8D. Windows color (decimal): -6255262 or 6458784. OLE color: 6458784.
HSL color Cylindrical-coordinate representation of color #A08D62: hue angle of 41.61º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A08D62 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 141 | 98 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.37 |
| HSL | 41.61º | 0.25% | 0.51% | - |
| HSV(B) | 41.61º | 0.39% | 0.63% | - |
| XYZ | 26.23 | 27.41 | 15.46 | - |
| YUV | 141.78 | 103.29 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 98 | 0 | 0.12 | 0.39 | 0.37 | 41.61 | 0.25 | 0.51 |
| Hex | A0 | 8D | 62 | 0 | C | 27 | 25 | 2A | 19 | 33 |
| Octal | 240 | 215 | 142 | 0 | 14 | 47 | 45 | 52 | 31 | 63 |
| Binary | 10100000 | 10001101 | 1100010 | 0 | 1100 | 100111 | 100101 | 101010 | 11001 | 110011 |
Color Harmonies of #A08D62
Complementary color
Monochromatic Colors of #A08D62
Black with #A08D62
Text Example
Text Example
White with #A08D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08D62; }
p { color: rgb(160,141,98); }
H1.HeaderClassName
{
color: #A08D62;
}
.AnyTagClassName
{
color: #A08D62;
}
</style>
background-color css
<style>
a { background-color: #A08D62; }
a { background-color: rgb(160,141,98); }
div.DivClassName
{
background-color: #A08D62;
}
.BgClassName
{
background-color: #A08D62;
}
</style>
border-color css
<style>
span { border-color: #A08D62; }
span { border-color: rgb(160,141,98); }
td.TdClassName
{
border-color: #A08D62;
}
.TagClassName
{
border-color: #A08D62;
}
</style>