Shades of Pale Oyster #A08E63
Tints of Pale Oyster #A08E63
RGB
CMYK
RGB Variations
Color information
#A08E63 (or 0xA08E63) is known color: Pale Oyster. HEX triplet: A0, 8E and 63. RGB value is (160,142,99). Sum of RGB (Red+Green+Blue) = 160+142+99=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08E63 is #5F719C. Grayscale: #8E8E8E. Windows color (decimal): -6255005 or 6524576. OLE color: 6524576.
HSL color Cylindrical-coordinate representation of color #A08E63: hue angle of 42.3º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A08E63 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 142 | 99 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.37 |
| HSL | 42.3º | 0.24% | 0.51% | - |
| HSV(B) | 42.3º | 0.38% | 0.63% | - |
| XYZ | 26.42 | 27.72 | 15.76 | - |
| YUV | 142.48 | 103.46 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 142 | 99 | 0 | 0.11 | 0.38 | 0.37 | 42.3 | 0.24 | 0.51 |
| Hex | A0 | 8E | 63 | 0 | B | 26 | 25 | 2A | 18 | 33 |
| Octal | 240 | 216 | 143 | 0 | 13 | 46 | 45 | 52 | 30 | 63 |
| Binary | 10100000 | 10001110 | 1100011 | 0 | 1011 | 100110 | 100101 | 101010 | 11000 | 110011 |
Color Harmonies of #A08E63
Complementary color
Monochromatic Colors of #A08E63
Black with #A08E63
Text Example
Text Example
White with #A08E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08E63; }
p { color: rgb(160,142,99); }
H1.HeaderClassName
{
color: #A08E63;
}
.AnyTagClassName
{
color: #A08E63;
}
</style>
background-color css
<style>
a { background-color: #A08E63; }
a { background-color: rgb(160,142,99); }
div.DivClassName
{
background-color: #A08E63;
}
.BgClassName
{
background-color: #A08E63;
}
</style>
border-color css
<style>
span { border-color: #A08E63; }
span { border-color: rgb(160,142,99); }
td.TdClassName
{
border-color: #A08E63;
}
.TagClassName
{
border-color: #A08E63;
}
</style>