Shades of Pale Oyster #A18D63
Tints of Pale Oyster #A18D63
RGB
CMYK
RGB Variations
Color information
#A18D63 (or 0xA18D63) is known color: Pale Oyster. HEX triplet: A1, 8D and 63. RGB value is (161,141,99). Sum of RGB (Red+Green+Blue) = 161+141+99=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18D63 is #5E729C. Grayscale: #8E8E8E. Windows color (decimal): -6189725 or 6524321. OLE color: 6524321.
HSL color Cylindrical-coordinate representation of color #A18D63: hue angle of 40.65º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A18D63 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 141 | 99 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.37 |
| HSL | 40.65º | 0.25% | 0.51% | - |
| HSV(B) | 40.65º | 0.39% | 0.63% | - |
| XYZ | 26.47 | 27.53 | 15.72 | - |
| YUV | 142.19 | 103.63 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 141 | 99 | 0 | 0.12 | 0.39 | 0.37 | 40.65 | 0.25 | 0.51 |
| Hex | A1 | 8D | 63 | 0 | C | 27 | 25 | 29 | 19 | 33 |
| Octal | 241 | 215 | 143 | 0 | 14 | 47 | 45 | 51 | 31 | 63 |
| Binary | 10100001 | 10001101 | 1100011 | 0 | 1100 | 100111 | 100101 | 101001 | 11001 | 110011 |
Color Harmonies of #A18D63
Complementary color
Monochromatic Colors of #A18D63
Black with #A18D63
Text Example
Text Example
White with #A18D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18D63; }
p { color: rgb(161,141,99); }
H1.HeaderClassName
{
color: #A18D63;
}
.AnyTagClassName
{
color: #A18D63;
}
</style>
background-color css
<style>
a { background-color: #A18D63; }
a { background-color: rgb(161,141,99); }
div.DivClassName
{
background-color: #A18D63;
}
.BgClassName
{
background-color: #A18D63;
}
</style>
border-color css
<style>
span { border-color: #A18D63; }
span { border-color: rgb(161,141,99); }
td.TdClassName
{
border-color: #A18D63;
}
.TagClassName
{
border-color: #A18D63;
}
</style>