Shades of Pale Oyster #A38E62
Tints of Pale Oyster #A38E62
RGB
CMYK
RGB Variations
Color information
#A38E62 (or 0xA38E62) is known color: Pale Oyster. HEX triplet: A3, 8E and 62. RGB value is (163,142,98). Sum of RGB (Red+Green+Blue) = 163+142+98=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 98 (38.67% from 255 or 24.32% from 403); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38E62 is #5C719D. Grayscale: #8F8F8F. Windows color (decimal): -6058398 or 6459043. OLE color: 6459043.
HSL color Cylindrical-coordinate representation of color #A38E62: hue angle of 40.62º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A38E62 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 142 | 98 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.36 |
| HSL | 40.62º | 0.26% | 0.51% | - |
| HSV(B) | 40.62º | 0.4% | 0.64% | - |
| XYZ | 26.98 | 28.01 | 15.54 | - |
| YUV | 143.26 | 102.46 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 142 | 98 | 0 | 0.13 | 0.40 | 0.36 | 40.62 | 0.26 | 0.51 |
| Hex | A3 | 8E | 62 | 0 | D | 28 | 24 | 29 | 1A | 33 |
| Octal | 243 | 216 | 142 | 0 | 15 | 50 | 44 | 51 | 32 | 63 |
| Binary | 10100011 | 10001110 | 1100010 | 0 | 1101 | 101000 | 100100 | 101001 | 11010 | 110011 |
Color Harmonies of #A38E62
Complementary color
Monochromatic Colors of #A38E62
Black with #A38E62
Text Example
Text Example
White with #A38E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38E62; }
p { color: rgb(163,142,98); }
H1.HeaderClassName
{
color: #A38E62;
}
.AnyTagClassName
{
color: #A38E62;
}
</style>
background-color css
<style>
a { background-color: #A38E62; }
a { background-color: rgb(163,142,98); }
div.DivClassName
{
background-color: #A38E62;
}
.BgClassName
{
background-color: #A38E62;
}
</style>
border-color css
<style>
span { border-color: #A38E62; }
span { border-color: rgb(163,142,98); }
td.TdClassName
{
border-color: #A38E62;
}
.TagClassName
{
border-color: #A38E62;
}
</style>