Shades of Pale Oyster #A08E6D
Tints of Pale Oyster #A08E6D
RGB
CMYK
RGB Variations
Color information
#A08E6D (or 0xA08E6D) is known color: Pale Oyster. HEX triplet: A0, 8E and 6D. RGB value is (160,142,109). Sum of RGB (Red+Green+Blue) = 160+142+109=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08E6D is #5F7192. Grayscale: #8F8F8F. Windows color (decimal): -6254995 or 7179936. OLE color: 7179936.
HSL color Cylindrical-coordinate representation of color #A08E6D: hue angle of 38.82º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A08E6D is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 142 | 109 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.37 |
| HSL | 38.82º | 0.21% | 0.53% | - |
| HSV(B) | 38.82º | 0.32% | 0.63% | - |
| XYZ | 26.93 | 27.92 | 18.44 | - |
| YUV | 143.62 | 108.46 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 142 | 109 | 0 | 0.11 | 0.32 | 0.37 | 38.82 | 0.21 | 0.53 |
| Hex | A0 | 8E | 6D | 0 | B | 20 | 25 | 27 | 15 | 35 |
| Octal | 240 | 216 | 155 | 0 | 13 | 40 | 45 | 47 | 25 | 65 |
| Binary | 10100000 | 10001110 | 1101101 | 0 | 1011 | 100000 | 100101 | 100111 | 10101 | 110101 |
Color Harmonies of #A08E6D
Complementary color
Monochromatic Colors of #A08E6D
Black with #A08E6D
Text Example
Text Example
White with #A08E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08E6D; }
p { color: rgb(160,142,109); }
H1.HeaderClassName
{
color: #A08E6D;
}
.AnyTagClassName
{
color: #A08E6D;
}
</style>
background-color css
<style>
a { background-color: #A08E6D; }
a { background-color: rgb(160,142,109); }
div.DivClassName
{
background-color: #A08E6D;
}
.BgClassName
{
background-color: #A08E6D;
}
</style>
border-color css
<style>
span { border-color: #A08E6D; }
span { border-color: rgb(160,142,109); }
td.TdClassName
{
border-color: #A08E6D;
}
.TagClassName
{
border-color: #A08E6D;
}
</style>