Shades of Pale Oyster #A18D6F
Tints of Pale Oyster #A18D6F
RGB
CMYK
RGB Variations
Color information
#A18D6F (or 0xA18D6F) is known color: Pale Oyster. HEX triplet: A1, 8D and 6F. RGB value is (161,141,111). Sum of RGB (Red+Green+Blue) = 161+141+111=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18D6F is #5E7290. Grayscale: #8F8F8F. Windows color (decimal): -6189713 or 7310753. OLE color: 7310753.
HSL color Cylindrical-coordinate representation of color #A18D6F: hue angle of 36º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A18D6F is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 141 | 111 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.37 |
| HSL | 36º | 0.21% | 0.53% | - |
| HSV(B) | 36º | 0.31% | 0.63% | - |
| XYZ | 27.09 | 27.77 | 18.97 | - |
| YUV | 143.56 | 109.63 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 141 | 111 | 0 | 0.12 | 0.31 | 0.37 | 36 | 0.21 | 0.53 |
| Hex | A1 | 8D | 6F | 0 | C | 1F | 25 | 24 | 15 | 35 |
| Octal | 241 | 215 | 157 | 0 | 14 | 37 | 45 | 44 | 25 | 65 |
| Binary | 10100001 | 10001101 | 1101111 | 0 | 1100 | 11111 | 100101 | 100100 | 10101 | 110101 |
Color Harmonies of #A18D6F
Complementary color
Monochromatic Colors of #A18D6F
Black with #A18D6F
Text Example
Text Example
White with #A18D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18D6F; }
p { color: rgb(161,141,111); }
H1.HeaderClassName
{
color: #A18D6F;
}
.AnyTagClassName
{
color: #A18D6F;
}
</style>
background-color css
<style>
a { background-color: #A18D6F; }
a { background-color: rgb(161,141,111); }
div.DivClassName
{
background-color: #A18D6F;
}
.BgClassName
{
background-color: #A18D6F;
}
</style>
border-color css
<style>
span { border-color: #A18D6F; }
span { border-color: rgb(161,141,111); }
td.TdClassName
{
border-color: #A18D6F;
}
.TagClassName
{
border-color: #A18D6F;
}
</style>