Shades of Pale Oyster #A18E71
Tints of Pale Oyster #A18E71
RGB
CMYK
RGB Variations
Color information
#A18E71 (or 0xA18E71) is known color: Pale Oyster. HEX triplet: A1, 8E and 71. RGB value is (161,142,113). Sum of RGB (Red+Green+Blue) = 161+142+113=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18E71 is #5E718E. Grayscale: #909090. Windows color (decimal): -6189455 or 7442081. OLE color: 7442081.
HSL color Cylindrical-coordinate representation of color #A18E71: hue angle of 36.25º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A18E71 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 142 | 113 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.37 |
| HSL | 36.25º | 0.2% | 0.54% | - |
| HSV(B) | 36.25º | 0.3% | 0.63% | - |
| XYZ | 27.35 | 28.12 | 19.61 | - |
| YUV | 144.38 | 110.29 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 142 | 113 | 0 | 0.12 | 0.30 | 0.37 | 36.25 | 0.2 | 0.54 |
| Hex | A1 | 8E | 71 | 0 | C | 1E | 25 | 24 | 14 | 36 |
| Octal | 241 | 216 | 161 | 0 | 14 | 36 | 45 | 44 | 24 | 66 |
| Binary | 10100001 | 10001110 | 1110001 | 0 | 1100 | 11110 | 100101 | 100100 | 10100 | 110110 |
Color Harmonies of #A18E71
Complementary color
Monochromatic Colors of #A18E71
Black with #A18E71
Text Example
Text Example
White with #A18E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18E71; }
p { color: rgb(161,142,113); }
H1.HeaderClassName
{
color: #A18E71;
}
.AnyTagClassName
{
color: #A18E71;
}
</style>
background-color css
<style>
a { background-color: #A18E71; }
a { background-color: rgb(161,142,113); }
div.DivClassName
{
background-color: #A18E71;
}
.BgClassName
{
background-color: #A18E71;
}
</style>
border-color css
<style>
span { border-color: #A18E71; }
span { border-color: rgb(161,142,113); }
td.TdClassName
{
border-color: #A18E71;
}
.TagClassName
{
border-color: #A18E71;
}
</style>