Shades of Pale Oyster #A38E67
Tints of Pale Oyster #A38E67
RGB
CMYK
RGB Variations
Color information
#A38E67 (or 0xA38E67) is known color: Pale Oyster. HEX triplet: A3, 8E and 67. RGB value is (163,142,103). Sum of RGB (Red+Green+Blue) = 163+142+103=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 103 (40.62% from 255 or 25.25% from 408); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38E67 is #5C7198. Grayscale: #909090. Windows color (decimal): -6058393 or 6786723. OLE color: 6786723.
HSL color Cylindrical-coordinate representation of color #A38E67: hue angle of 39º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A38E67 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 142 | 103 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.36 |
| HSL | 39º | 0.25% | 0.52% | - |
| HSV(B) | 39º | 0.37% | 0.64% | - |
| XYZ | 27.23 | 28.11 | 16.82 | - |
| YUV | 143.83 | 104.96 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 142 | 103 | 0 | 0.13 | 0.37 | 0.36 | 39 | 0.25 | 0.52 |
| Hex | A3 | 8E | 67 | 0 | D | 25 | 24 | 27 | 19 | 34 |
| Octal | 243 | 216 | 147 | 0 | 15 | 45 | 44 | 47 | 31 | 64 |
| Binary | 10100011 | 10001110 | 1100111 | 0 | 1101 | 100101 | 100100 | 100111 | 11001 | 110100 |
Color Harmonies of #A38E67
Complementary color
Monochromatic Colors of #A38E67
Black with #A38E67
Text Example
Text Example
White with #A38E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38E67; }
p { color: rgb(163,142,103); }
H1.HeaderClassName
{
color: #A38E67;
}
.AnyTagClassName
{
color: #A38E67;
}
</style>
background-color css
<style>
a { background-color: #A38E67; }
a { background-color: rgb(163,142,103); }
div.DivClassName
{
background-color: #A38E67;
}
.BgClassName
{
background-color: #A38E67;
}
</style>
border-color css
<style>
span { border-color: #A38E67; }
span { border-color: rgb(163,142,103); }
td.TdClassName
{
border-color: #A38E67;
}
.TagClassName
{
border-color: #A38E67;
}
</style>