Shades of Pale Oyster #A18E6E
Tints of Pale Oyster #A18E6E
RGB
CMYK
RGB Variations
Color information
#A18E6E (or 0xA18E6E) is known color: Pale Oyster. HEX triplet: A1, 8E and 6E. RGB value is (161,142,110). Sum of RGB (Red+Green+Blue) = 161+142+110=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18E6E is #5E7191. Grayscale: #909090. Windows color (decimal): -6189458 or 7245473. OLE color: 7245473.
HSL color Cylindrical-coordinate representation of color #A18E6E: hue angle of 37.65º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A18E6E is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 142 | 110 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.37 |
| HSL | 37.65º | 0.21% | 0.53% | - |
| HSV(B) | 37.65º | 0.32% | 0.63% | - |
| XYZ | 27.19 | 28.05 | 18.73 | - |
| YUV | 144.03 | 108.79 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 142 | 110 | 0 | 0.12 | 0.32 | 0.37 | 37.65 | 0.21 | 0.53 |
| Hex | A1 | 8E | 6E | 0 | C | 20 | 25 | 26 | 15 | 35 |
| Octal | 241 | 216 | 156 | 0 | 14 | 40 | 45 | 46 | 25 | 65 |
| Binary | 10100001 | 10001110 | 1101110 | 0 | 1100 | 100000 | 100101 | 100110 | 10101 | 110101 |
Color Harmonies of #A18E6E
Complementary color
Monochromatic Colors of #A18E6E
Black with #A18E6E
Text Example
Text Example
White with #A18E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18E6E; }
p { color: rgb(161,142,110); }
H1.HeaderClassName
{
color: #A18E6E;
}
.AnyTagClassName
{
color: #A18E6E;
}
</style>
background-color css
<style>
a { background-color: #A18E6E; }
a { background-color: rgb(161,142,110); }
div.DivClassName
{
background-color: #A18E6E;
}
.BgClassName
{
background-color: #A18E6E;
}
</style>
border-color css
<style>
span { border-color: #A18E6E; }
span { border-color: rgb(161,142,110); }
td.TdClassName
{
border-color: #A18E6E;
}
.TagClassName
{
border-color: #A18E6E;
}
</style>