Shades of Pale Oyster #A08F71
Tints of Pale Oyster #A08F71
RGB
CMYK
RGB Variations
Color information
#A08F71 (or 0xA08F71) is known color: Pale Oyster. HEX triplet: A0, 8F and 71. RGB value is (160,143,113). Sum of RGB (Red+Green+Blue) = 160+143+113=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08F71 is #5F708E. Grayscale: #909090. Windows color (decimal): -6254735 or 7442336. OLE color: 7442336.
HSL color Cylindrical-coordinate representation of color #A08F71: hue angle of 38.3º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A08F71 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 143 | 113 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.37 |
| HSL | 38.3º | 0.2% | 0.54% | - |
| HSV(B) | 38.3º | 0.29% | 0.63% | - |
| XYZ | 27.3 | 28.31 | 19.65 | - |
| YUV | 144.66 | 110.13 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 143 | 113 | 0 | 0.11 | 0.29 | 0.37 | 38.3 | 0.2 | 0.54 |
| Hex | A0 | 8F | 71 | 0 | B | 1D | 25 | 26 | 14 | 36 |
| Octal | 240 | 217 | 161 | 0 | 13 | 35 | 45 | 46 | 24 | 66 |
| Binary | 10100000 | 10001111 | 1110001 | 0 | 1011 | 11101 | 100101 | 100110 | 10100 | 110110 |
Color Harmonies of #A08F71
Complementary color
Monochromatic Colors of #A08F71
Black with #A08F71
Text Example
Text Example
White with #A08F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08F71; }
p { color: rgb(160,143,113); }
H1.HeaderClassName
{
color: #A08F71;
}
.AnyTagClassName
{
color: #A08F71;
}
</style>
background-color css
<style>
a { background-color: #A08F71; }
a { background-color: rgb(160,143,113); }
div.DivClassName
{
background-color: #A08F71;
}
.BgClassName
{
background-color: #A08F71;
}
</style>
border-color css
<style>
span { border-color: #A08F71; }
span { border-color: rgb(160,143,113); }
td.TdClassName
{
border-color: #A08F71;
}
.TagClassName
{
border-color: #A08F71;
}
</style>