Shades of Pale Oyster #A08E61
Tints of Pale Oyster #A08E61
RGB
CMYK
RGB Variations
Color information
#A08E61 (or 0xA08E61) is known color: Pale Oyster. HEX triplet: A0, 8E and 61. RGB value is (160,142,97). Sum of RGB (Red+Green+Blue) = 160+142+97=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 97 (38.28% from 255 or 24.31% from 399); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08E61 is #5F719E. Grayscale: #8E8E8E. Windows color (decimal): -6255007 or 6393504. OLE color: 6393504.
HSL color Cylindrical-coordinate representation of color #A08E61: hue angle of 42.86º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A08E61 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 142 | 97 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.37 |
| HSL | 42.86º | 0.25% | 0.5% | - |
| HSV(B) | 42.86º | 0.39% | 0.63% | - |
| XYZ | 26.33 | 27.68 | 15.26 | - |
| YUV | 142.25 | 102.46 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 142 | 97 | 0 | 0.11 | 0.39 | 0.37 | 42.86 | 0.25 | 0.5 |
| Hex | A0 | 8E | 61 | 0 | B | 27 | 25 | 2B | 19 | 32 |
| Octal | 240 | 216 | 141 | 0 | 13 | 47 | 45 | 53 | 31 | 62 |
| Binary | 10100000 | 10001110 | 1100001 | 0 | 1011 | 100111 | 100101 | 101011 | 11001 | 110010 |
Color Harmonies of #A08E61
Complementary color
Monochromatic Colors of #A08E61
Black with #A08E61
Text Example
Text Example
White with #A08E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08E61; }
p { color: rgb(160,142,97); }
H1.HeaderClassName
{
color: #A08E61;
}
.AnyTagClassName
{
color: #A08E61;
}
</style>
background-color css
<style>
a { background-color: #A08E61; }
a { background-color: rgb(160,142,97); }
div.DivClassName
{
background-color: #A08E61;
}
.BgClassName
{
background-color: #A08E61;
}
</style>
border-color css
<style>
span { border-color: #A08E61; }
span { border-color: rgb(160,142,97); }
td.TdClassName
{
border-color: #A08E61;
}
.TagClassName
{
border-color: #A08E61;
}
</style>