Shades of Pale Oyster #A08D72
Tints of Pale Oyster #A08D72
RGB
CMYK
RGB Variations
Color information
#A08D72 (or 0xA08D72) is known color: Pale Oyster. HEX triplet: A0, 8D and 72. RGB value is (160,141,114). Sum of RGB (Red+Green+Blue) = 160+141+114=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08D72 is #5F728D. Grayscale: #8F8F8F. Windows color (decimal): -6255246 or 7507360. OLE color: 7507360.
HSL color Cylindrical-coordinate representation of color #A08D72: hue angle of 35.22º degrees, saturation: 0.19, 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 #A08D72 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 141 | 114 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.37 |
| HSL | 35.22º | 0.19% | 0.54% | - |
| HSV(B) | 35.22º | 0.29% | 0.63% | - |
| XYZ | 27.06 | 27.74 | 19.85 | - |
| YUV | 143.6 | 111.29 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 114 | 0 | 0.12 | 0.29 | 0.37 | 35.22 | 0.19 | 0.54 |
| Hex | A0 | 8D | 72 | 0 | C | 1D | 25 | 23 | 13 | 36 |
| Octal | 240 | 215 | 162 | 0 | 14 | 35 | 45 | 43 | 23 | 66 |
| Binary | 10100000 | 10001101 | 1110010 | 0 | 1100 | 11101 | 100101 | 100011 | 10011 | 110110 |
Color Harmonies of #A08D72
Complementary color
Monochromatic Colors of #A08D72
Black with #A08D72
Text Example
Text Example
White with #A08D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08D72; }
p { color: rgb(160,141,114); }
H1.HeaderClassName
{
color: #A08D72;
}
.AnyTagClassName
{
color: #A08D72;
}
</style>
background-color css
<style>
a { background-color: #A08D72; }
a { background-color: rgb(160,141,114); }
div.DivClassName
{
background-color: #A08D72;
}
.BgClassName
{
background-color: #A08D72;
}
</style>
border-color css
<style>
span { border-color: #A08D72; }
span { border-color: rgb(160,141,114); }
td.TdClassName
{
border-color: #A08D72;
}
.TagClassName
{
border-color: #A08D72;
}
</style>