Shades of Pale Oyster #A08B6B
Tints of Pale Oyster #A08B6B
RGB
CMYK
RGB Variations
Color information
#A08B6B (or 0xA08B6B) is known color: Pale Oyster. HEX triplet: A0, 8B and 6B. RGB value is (160,139,107). Sum of RGB (Red+Green+Blue) = 160+139+107=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08B6B is #5F7494. Grayscale: #8D8D8D. Windows color (decimal): -6255765 or 7048096. OLE color: 7048096.
HSL color Cylindrical-coordinate representation of color #A08B6B: hue angle of 36.23º 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 #A08B6B is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 139 | 107 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.37 |
| HSL | 36.23º | 0.22% | 0.52% | - |
| HSV(B) | 36.23º | 0.33% | 0.63% | - |
| XYZ | 26.38 | 27 | 17.73 | - |
| YUV | 141.63 | 108.46 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 139 | 107 | 0 | 0.13 | 0.33 | 0.37 | 36.23 | 0.22 | 0.52 |
| Hex | A0 | 8B | 6B | 0 | D | 21 | 25 | 24 | 16 | 34 |
| Octal | 240 | 213 | 153 | 0 | 15 | 41 | 45 | 44 | 26 | 64 |
| Binary | 10100000 | 10001011 | 1101011 | 0 | 1101 | 100001 | 100101 | 100100 | 10110 | 110100 |
Color Harmonies of #A08B6B
Complementary color
Monochromatic Colors of #A08B6B
Black with #A08B6B
Text Example
Text Example
White with #A08B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08B6B; }
p { color: rgb(160,139,107); }
H1.HeaderClassName
{
color: #A08B6B;
}
.AnyTagClassName
{
color: #A08B6B;
}
</style>
background-color css
<style>
a { background-color: #A08B6B; }
a { background-color: rgb(160,139,107); }
div.DivClassName
{
background-color: #A08B6B;
}
.BgClassName
{
background-color: #A08B6B;
}
</style>
border-color css
<style>
span { border-color: #A08B6B; }
span { border-color: rgb(160,139,107); }
td.TdClassName
{
border-color: #A08B6B;
}
.TagClassName
{
border-color: #A08B6B;
}
</style>