Shades of Pale Oyster #A08D71
Tints of Pale Oyster #A08D71
RGB
CMYK
RGB Variations
Color information
#A08D71 (or 0xA08D71) is known color: Pale Oyster. HEX triplet: A0, 8D and 71. RGB value is (160,141,113). Sum of RGB (Red+Green+Blue) = 160+141+113=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08D71 is #5F728E. Grayscale: #8F8F8F. Windows color (decimal): -6255247 or 7441824. OLE color: 7441824.
HSL color Cylindrical-coordinate representation of color #A08D71: hue angle of 35.74º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A08D71 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 141 | 113 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.37 |
| HSL | 35.74º | 0.2% | 0.54% | - |
| HSV(B) | 35.74º | 0.29% | 0.63% | - |
| XYZ | 27 | 27.72 | 19.55 | - |
| YUV | 143.49 | 110.79 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 113 | 0 | 0.12 | 0.29 | 0.37 | 35.74 | 0.2 | 0.54 |
| Hex | A0 | 8D | 71 | 0 | C | 1D | 25 | 24 | 14 | 36 |
| Octal | 240 | 215 | 161 | 0 | 14 | 35 | 45 | 44 | 24 | 66 |
| Binary | 10100000 | 10001101 | 1110001 | 0 | 1100 | 11101 | 100101 | 100100 | 10100 | 110110 |
Color Harmonies of #A08D71
Complementary color
Monochromatic Colors of #A08D71
Black with #A08D71
Text Example
Text Example
White with #A08D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08D71; }
p { color: rgb(160,141,113); }
H1.HeaderClassName
{
color: #A08D71;
}
.AnyTagClassName
{
color: #A08D71;
}
</style>
background-color css
<style>
a { background-color: #A08D71; }
a { background-color: rgb(160,141,113); }
div.DivClassName
{
background-color: #A08D71;
}
.BgClassName
{
background-color: #A08D71;
}
</style>
border-color css
<style>
span { border-color: #A08D71; }
span { border-color: rgb(160,141,113); }
td.TdClassName
{
border-color: #A08D71;
}
.TagClassName
{
border-color: #A08D71;
}
</style>