Shades of Pale Oyster #A38E63
Tints of Pale Oyster #A38E63
RGB
CMYK
RGB Variations
Color information
#A38E63 (or 0xA38E63) is known color: Pale Oyster. HEX triplet: A3, 8E and 63. RGB value is (163,142,99). Sum of RGB (Red+Green+Blue) = 163+142+99=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38E63 is #5C719C. Grayscale: #8F8F8F. Windows color (decimal): -6058397 or 6524579. OLE color: 6524579.
HSL color Cylindrical-coordinate representation of color #A38E63: hue angle of 40.31º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A38E63 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 142 | 99 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.36 |
| HSL | 40.31º | 0.26% | 0.51% | - |
| HSV(B) | 40.31º | 0.39% | 0.64% | - |
| XYZ | 27.03 | 28.03 | 15.79 | - |
| YUV | 143.38 | 102.96 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 142 | 99 | 0 | 0.13 | 0.39 | 0.36 | 40.31 | 0.26 | 0.51 |
| Hex | A3 | 8E | 63 | 0 | D | 27 | 24 | 28 | 1A | 33 |
| Octal | 243 | 216 | 143 | 0 | 15 | 47 | 44 | 50 | 32 | 63 |
| Binary | 10100011 | 10001110 | 1100011 | 0 | 1101 | 100111 | 100100 | 101000 | 11010 | 110011 |
Color Harmonies of #A38E63
Complementary color
Monochromatic Colors of #A38E63
Black with #A38E63
Text Example
Text Example
White with #A38E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38E63; }
p { color: rgb(163,142,99); }
H1.HeaderClassName
{
color: #A38E63;
}
.AnyTagClassName
{
color: #A38E63;
}
</style>
background-color css
<style>
a { background-color: #A38E63; }
a { background-color: rgb(163,142,99); }
div.DivClassName
{
background-color: #A38E63;
}
.BgClassName
{
background-color: #A38E63;
}
</style>
border-color css
<style>
span { border-color: #A38E63; }
span { border-color: rgb(163,142,99); }
td.TdClassName
{
border-color: #A38E63;
}
.TagClassName
{
border-color: #A38E63;
}
</style>