Shades of Pale Oyster #A08B6A
Tints of Pale Oyster #A08B6A
RGB
CMYK
RGB Variations
Color information
#A08B6A (or 0xA08B6A) is known color: Pale Oyster. HEX triplet: A0, 8B and 6A. RGB value is (160,139,106). Sum of RGB (Red+Green+Blue) = 160+139+106=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08B6A is #5F7495. Grayscale: #8D8D8D. Windows color (decimal): -6255766 or 6982560. OLE color: 6982560.
HSL color Cylindrical-coordinate representation of color #A08B6A: hue angle of 36.67º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A08B6A is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 139 | 106 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.37 |
| HSL | 36.67º | 0.22% | 0.52% | - |
| HSV(B) | 36.67º | 0.34% | 0.63% | - |
| XYZ | 26.33 | 26.98 | 17.46 | - |
| YUV | 141.52 | 107.96 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 139 | 106 | 0 | 0.13 | 0.34 | 0.37 | 36.67 | 0.22 | 0.52 |
| Hex | A0 | 8B | 6A | 0 | D | 22 | 25 | 25 | 16 | 34 |
| Octal | 240 | 213 | 152 | 0 | 15 | 42 | 45 | 45 | 26 | 64 |
| Binary | 10100000 | 10001011 | 1101010 | 0 | 1101 | 100010 | 100101 | 100101 | 10110 | 110100 |
Color Harmonies of #A08B6A
Complementary color
Monochromatic Colors of #A08B6A
Black with #A08B6A
Text Example
Text Example
White with #A08B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08B6A; }
p { color: rgb(160,139,106); }
H1.HeaderClassName
{
color: #A08B6A;
}
.AnyTagClassName
{
color: #A08B6A;
}
</style>
background-color css
<style>
a { background-color: #A08B6A; }
a { background-color: rgb(160,139,106); }
div.DivClassName
{
background-color: #A08B6A;
}
.BgClassName
{
background-color: #A08B6A;
}
</style>
border-color css
<style>
span { border-color: #A08B6A; }
span { border-color: rgb(160,139,106); }
td.TdClassName
{
border-color: #A08B6A;
}
.TagClassName
{
border-color: #A08B6A;
}
</style>