Shades of Pale Oyster #A39063
Tints of Pale Oyster #A39063
RGB
CMYK
RGB Variations
Color information
#A39063 (or 0xA39063) is known color: Pale Oyster. HEX triplet: A3, 90 and 63. RGB value is (163,144,99). Sum of RGB (Red+Green+Blue) = 163+144+99=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 99 (39.06% from 255 or 24.38% from 406); Max value from RGB is 163 - color contains mainly: red. Hex color #A39063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39063 is #5C6F9C. Grayscale: #909090. Windows color (decimal): -6057885 or 6525091. OLE color: 6525091.
HSL color Cylindrical-coordinate representation of color #A39063: hue angle of 42.19º 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 #A39063 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 144 | 99 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.36 |
| HSL | 42.19º | 0.26% | 0.51% | - |
| HSV(B) | 42.19º | 0.39% | 0.64% | - |
| XYZ | 27.33 | 28.63 | 15.89 | - |
| YUV | 144.55 | 102.29 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 144 | 99 | 0 | 0.12 | 0.39 | 0.36 | 42.19 | 0.26 | 0.51 |
| Hex | A3 | 90 | 63 | 0 | C | 27 | 24 | 2A | 1A | 33 |
| Octal | 243 | 220 | 143 | 0 | 14 | 47 | 44 | 52 | 32 | 63 |
| Binary | 10100011 | 10010000 | 1100011 | 0 | 1100 | 100111 | 100100 | 101010 | 11010 | 110011 |
Color Harmonies of #A39063
Complementary color
Monochromatic Colors of #A39063
Black with #A39063
Text Example
Text Example
White with #A39063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39063; }
p { color: rgb(163,144,99); }
H1.HeaderClassName
{
color: #A39063;
}
.AnyTagClassName
{
color: #A39063;
}
</style>
background-color css
<style>
a { background-color: #A39063; }
a { background-color: rgb(163,144,99); }
div.DivClassName
{
background-color: #A39063;
}
.BgClassName
{
background-color: #A39063;
}
</style>
border-color css
<style>
span { border-color: #A39063; }
span { border-color: rgb(163,144,99); }
td.TdClassName
{
border-color: #A39063;
}
.TagClassName
{
border-color: #A39063;
}
</style>