Shades of Pale Oyster #A38E68
Tints of Pale Oyster #A38E68
RGB
CMYK
RGB Variations
Color information
#A38E68 (or 0xA38E68) is known color: Pale Oyster. HEX triplet: A3, 8E and 68. RGB value is (163,142,104). Sum of RGB (Red+Green+Blue) = 163+142+104=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38E68 is #5C7197. Grayscale: #909090. Windows color (decimal): -6058392 or 6852259. OLE color: 6852259.
HSL color Cylindrical-coordinate representation of color #A38E68: hue angle of 38.64º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A38E68 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 142 | 104 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.36 |
| HSL | 38.64º | 0.24% | 0.52% | - |
| HSV(B) | 38.64º | 0.36% | 0.64% | - |
| XYZ | 27.28 | 28.13 | 17.09 | - |
| YUV | 143.95 | 105.46 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 142 | 104 | 0 | 0.13 | 0.36 | 0.36 | 38.64 | 0.24 | 0.52 |
| Hex | A3 | 8E | 68 | 0 | D | 24 | 24 | 27 | 18 | 34 |
| Octal | 243 | 216 | 150 | 0 | 15 | 44 | 44 | 47 | 30 | 64 |
| Binary | 10100011 | 10001110 | 1101000 | 0 | 1101 | 100100 | 100100 | 100111 | 11000 | 110100 |
Color Harmonies of #A38E68
Complementary color
Monochromatic Colors of #A38E68
Black with #A38E68
Text Example
Text Example
White with #A38E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38E68; }
p { color: rgb(163,142,104); }
H1.HeaderClassName
{
color: #A38E68;
}
.AnyTagClassName
{
color: #A38E68;
}
</style>
background-color css
<style>
a { background-color: #A38E68; }
a { background-color: rgb(163,142,104); }
div.DivClassName
{
background-color: #A38E68;
}
.BgClassName
{
background-color: #A38E68;
}
</style>
border-color css
<style>
span { border-color: #A38E68; }
span { border-color: rgb(163,142,104); }
td.TdClassName
{
border-color: #A38E68;
}
.TagClassName
{
border-color: #A38E68;
}
</style>