Shades of Pale Oyster #A18D70
Tints of Pale Oyster #A18D70
RGB
CMYK
RGB Variations
Color information
#A18D70 (or 0xA18D70) is known color: Pale Oyster. HEX triplet: A1, 8D and 70. RGB value is (161,141,112). Sum of RGB (Red+Green+Blue) = 161+141+112=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18D70 is #5E728F. Grayscale: #8F8F8F. Windows color (decimal): -6189712 or 7376289. OLE color: 7376289.
HSL color Cylindrical-coordinate representation of color #A18D70: hue angle of 35.51º degrees, saturation: 0.21, 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 #A18D70 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 141 | 112 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.37 |
| HSL | 35.51º | 0.21% | 0.54% | - |
| HSV(B) | 35.51º | 0.3% | 0.63% | - |
| XYZ | 27.15 | 27.8 | 19.26 | - |
| YUV | 143.67 | 110.13 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 141 | 112 | 0 | 0.12 | 0.30 | 0.37 | 35.51 | 0.21 | 0.54 |
| Hex | A1 | 8D | 70 | 0 | C | 1E | 25 | 24 | 15 | 36 |
| Octal | 241 | 215 | 160 | 0 | 14 | 36 | 45 | 44 | 25 | 66 |
| Binary | 10100001 | 10001101 | 1110000 | 0 | 1100 | 11110 | 100101 | 100100 | 10101 | 110110 |
Color Harmonies of #A18D70
Complementary color
Monochromatic Colors of #A18D70
Black with #A18D70
Text Example
Text Example
White with #A18D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18D70; }
p { color: rgb(161,141,112); }
H1.HeaderClassName
{
color: #A18D70;
}
.AnyTagClassName
{
color: #A18D70;
}
</style>
background-color css
<style>
a { background-color: #A18D70; }
a { background-color: rgb(161,141,112); }
div.DivClassName
{
background-color: #A18D70;
}
.BgClassName
{
background-color: #A18D70;
}
</style>
border-color css
<style>
span { border-color: #A18D70; }
span { border-color: rgb(161,141,112); }
td.TdClassName
{
border-color: #A18D70;
}
.TagClassName
{
border-color: #A18D70;
}
</style>