Shades of Pale Oyster #A08D6B
Tints of Pale Oyster #A08D6B
RGB
CMYK
RGB Variations
Color information
#A08D6B (or 0xA08D6B) is known color: Pale Oyster. HEX triplet: A0, 8D and 6B. RGB value is (160,141,107). Sum of RGB (Red+Green+Blue) = 160+141+107=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08D6B is #5F7294. Grayscale: #8E8E8E. Windows color (decimal): -6255253 or 7048608. OLE color: 7048608.
HSL color Cylindrical-coordinate representation of color #A08D6B: hue angle of 38.49º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A08D6B is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 141 | 107 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.37 |
| HSL | 38.49º | 0.22% | 0.52% | - |
| HSV(B) | 38.49º | 0.33% | 0.63% | - |
| XYZ | 26.68 | 27.58 | 17.83 | - |
| YUV | 142.81 | 107.79 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 107 | 0 | 0.12 | 0.33 | 0.37 | 38.49 | 0.22 | 0.52 |
| Hex | A0 | 8D | 6B | 0 | C | 21 | 25 | 26 | 16 | 34 |
| Octal | 240 | 215 | 153 | 0 | 14 | 41 | 45 | 46 | 26 | 64 |
| Binary | 10100000 | 10001101 | 1101011 | 0 | 1100 | 100001 | 100101 | 100110 | 10110 | 110100 |
Color Harmonies of #A08D6B
Complementary color
Monochromatic Colors of #A08D6B
Black with #A08D6B
Text Example
Text Example
White with #A08D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08D6B; }
p { color: rgb(160,141,107); }
H1.HeaderClassName
{
color: #A08D6B;
}
.AnyTagClassName
{
color: #A08D6B;
}
</style>
background-color css
<style>
a { background-color: #A08D6B; }
a { background-color: rgb(160,141,107); }
div.DivClassName
{
background-color: #A08D6B;
}
.BgClassName
{
background-color: #A08D6B;
}
</style>
border-color css
<style>
span { border-color: #A08D6B; }
span { border-color: rgb(160,141,107); }
td.TdClassName
{
border-color: #A08D6B;
}
.TagClassName
{
border-color: #A08D6B;
}
</style>