Shades of Pale Oyster #A38E6A
Tints of Pale Oyster #A38E6A
RGB
CMYK
RGB Variations
Color information
#A38E6A (or 0xA38E6A) is known color: Pale Oyster. HEX triplet: A3, 8E and 6A. RGB value is (163,142,106). Sum of RGB (Red+Green+Blue) = 163+142+106=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38E6A is #5C7195. Grayscale: #909090. Windows color (decimal): -6058390 or 6983331. OLE color: 6983331.
HSL color Cylindrical-coordinate representation of color #A38E6A: hue angle of 37.89º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A38E6A is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 142 | 106 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.36 |
| HSL | 37.89º | 0.24% | 0.53% | - |
| HSV(B) | 37.89º | 0.35% | 0.64% | - |
| XYZ | 27.38 | 28.17 | 17.63 | - |
| YUV | 144.18 | 106.46 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 142 | 106 | 0 | 0.13 | 0.35 | 0.36 | 37.89 | 0.24 | 0.53 |
| Hex | A3 | 8E | 6A | 0 | D | 23 | 24 | 26 | 18 | 35 |
| Octal | 243 | 216 | 152 | 0 | 15 | 43 | 44 | 46 | 30 | 65 |
| Binary | 10100011 | 10001110 | 1101010 | 0 | 1101 | 100011 | 100100 | 100110 | 11000 | 110101 |
Color Harmonies of #A38E6A
Complementary color
Monochromatic Colors of #A38E6A
Black with #A38E6A
Text Example
Text Example
White with #A38E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38E6A; }
p { color: rgb(163,142,106); }
H1.HeaderClassName
{
color: #A38E6A;
}
.AnyTagClassName
{
color: #A38E6A;
}
</style>
background-color css
<style>
a { background-color: #A38E6A; }
a { background-color: rgb(163,142,106); }
div.DivClassName
{
background-color: #A38E6A;
}
.BgClassName
{
background-color: #A38E6A;
}
</style>
border-color css
<style>
span { border-color: #A38E6A; }
span { border-color: rgb(163,142,106); }
td.TdClassName
{
border-color: #A38E6A;
}
.TagClassName
{
border-color: #A38E6A;
}
</style>