Shades of Pale Oyster #A08C70
Tints of Pale Oyster #A08C70
RGB
CMYK
RGB Variations
Color information
#A08C70 (or 0xA08C70) is known color: Pale Oyster. HEX triplet: A0, 8C and 70. RGB value is (160,140,112). Sum of RGB (Red+Green+Blue) = 160+140+112=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08C70 is #5F738F. Grayscale: #8E8E8E. Windows color (decimal): -6255504 or 7376032. OLE color: 7376032.
HSL color Cylindrical-coordinate representation of color #A08C70: hue angle of 35º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A08C70 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 140 | 112 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.37 |
| HSL | 35º | 0.2% | 0.53% | - |
| HSV(B) | 35º | 0.3% | 0.63% | - |
| XYZ | 26.8 | 27.4 | 19.21 | - |
| YUV | 142.79 | 110.63 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 140 | 112 | 0 | 0.12 | 0.30 | 0.37 | 35 | 0.2 | 0.53 |
| Hex | A0 | 8C | 70 | 0 | C | 1E | 25 | 23 | 14 | 35 |
| Octal | 240 | 214 | 160 | 0 | 14 | 36 | 45 | 43 | 24 | 65 |
| Binary | 10100000 | 10001100 | 1110000 | 0 | 1100 | 11110 | 100101 | 100011 | 10100 | 110101 |
Color Harmonies of #A08C70
Complementary color
Monochromatic Colors of #A08C70
Black with #A08C70
Text Example
Text Example
White with #A08C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08C70; }
p { color: rgb(160,140,112); }
H1.HeaderClassName
{
color: #A08C70;
}
.AnyTagClassName
{
color: #A08C70;
}
</style>
background-color css
<style>
a { background-color: #A08C70; }
a { background-color: rgb(160,140,112); }
div.DivClassName
{
background-color: #A08C70;
}
.BgClassName
{
background-color: #A08C70;
}
</style>
border-color css
<style>
span { border-color: #A08C70; }
span { border-color: rgb(160,140,112); }
td.TdClassName
{
border-color: #A08C70;
}
.TagClassName
{
border-color: #A08C70;
}
</style>