Shades of Pale Oyster #A08C66
Tints of Pale Oyster #A08C66
RGB
CMYK
RGB Variations
Color information
#A08C66 (or 0xA08C66) is known color: Pale Oyster. HEX triplet: A0, 8C and 66. RGB value is (160,140,102). Sum of RGB (Red+Green+Blue) = 160+140+102=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 102 (40.23% from 255 or 25.37% from 402); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08C66 is #5F7399. Grayscale: #8D8D8D. Windows color (decimal): -6255514 or 6720672. OLE color: 6720672.
HSL color Cylindrical-coordinate representation of color #A08C66: hue angle of 39.31º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A08C66 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 140 | 102 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.37 |
| HSL | 39.31º | 0.23% | 0.51% | - |
| HSV(B) | 39.31º | 0.36% | 0.63% | - |
| XYZ | 26.27 | 27.19 | 16.43 | - |
| YUV | 141.65 | 105.63 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 140 | 102 | 0 | 0.12 | 0.36 | 0.37 | 39.31 | 0.23 | 0.51 |
| Hex | A0 | 8C | 66 | 0 | C | 24 | 25 | 27 | 17 | 33 |
| Octal | 240 | 214 | 146 | 0 | 14 | 44 | 45 | 47 | 27 | 63 |
| Binary | 10100000 | 10001100 | 1100110 | 0 | 1100 | 100100 | 100101 | 100111 | 10111 | 110011 |
Color Harmonies of #A08C66
Complementary color
Monochromatic Colors of #A08C66
Black with #A08C66
Text Example
Text Example
White with #A08C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08C66; }
p { color: rgb(160,140,102); }
H1.HeaderClassName
{
color: #A08C66;
}
.AnyTagClassName
{
color: #A08C66;
}
</style>
background-color css
<style>
a { background-color: #A08C66; }
a { background-color: rgb(160,140,102); }
div.DivClassName
{
background-color: #A08C66;
}
.BgClassName
{
background-color: #A08C66;
}
</style>
border-color css
<style>
span { border-color: #A08C66; }
span { border-color: rgb(160,140,102); }
td.TdClassName
{
border-color: #A08C66;
}
.TagClassName
{
border-color: #A08C66;
}
</style>