Shades of Pale Oyster #A18E6A
Tints of Pale Oyster #A18E6A
RGB
CMYK
RGB Variations
Color information
#A18E6A (or 0xA18E6A) is known color: Pale Oyster. HEX triplet: A1, 8E and 6A. RGB value is (161,142,106). Sum of RGB (Red+Green+Blue) = 161+142+106=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18E6A is #5E7195. Grayscale: #8F8F8F. Windows color (decimal): -6189462 or 6983329. OLE color: 6983329.
HSL color Cylindrical-coordinate representation of color #A18E6A: hue angle of 39.27º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A18E6A is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 142 | 106 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.37 |
| HSL | 39.27º | 0.23% | 0.52% | - |
| HSV(B) | 39.27º | 0.34% | 0.63% | - |
| XYZ | 26.97 | 27.96 | 17.61 | - |
| YUV | 143.58 | 106.79 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 142 | 106 | 0 | 0.12 | 0.34 | 0.37 | 39.27 | 0.23 | 0.52 |
| Hex | A1 | 8E | 6A | 0 | C | 22 | 25 | 27 | 17 | 34 |
| Octal | 241 | 216 | 152 | 0 | 14 | 42 | 45 | 47 | 27 | 64 |
| Binary | 10100001 | 10001110 | 1101010 | 0 | 1100 | 100010 | 100101 | 100111 | 10111 | 110100 |
Color Harmonies of #A18E6A
Complementary color
Monochromatic Colors of #A18E6A
Black with #A18E6A
Text Example
Text Example
White with #A18E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18E6A; }
p { color: rgb(161,142,106); }
H1.HeaderClassName
{
color: #A18E6A;
}
.AnyTagClassName
{
color: #A18E6A;
}
</style>
background-color css
<style>
a { background-color: #A18E6A; }
a { background-color: rgb(161,142,106); }
div.DivClassName
{
background-color: #A18E6A;
}
.BgClassName
{
background-color: #A18E6A;
}
</style>
border-color css
<style>
span { border-color: #A18E6A; }
span { border-color: rgb(161,142,106); }
td.TdClassName
{
border-color: #A18E6A;
}
.TagClassName
{
border-color: #A18E6A;
}
</style>