Shades of Pale Oyster #A39366
Tints of Pale Oyster #A39366
RGB
CMYK
RGB Variations
Color information
#A39366 (or 0xA39366) is known color: Pale Oyster. HEX triplet: A3, 93 and 66. RGB value is (163,147,102). Sum of RGB (Red+Green+Blue) = 163+147+102=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 163 - color contains mainly: red. Hex color #A39366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39366 is #5C6C99. Grayscale: #929292. Windows color (decimal): -6057114 or 6722467. OLE color: 6722467.
HSL color Cylindrical-coordinate representation of color #A39366: hue angle of 44.26º 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 #A39366 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 147 | 102 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.36 |
| HSL | 44.26º | 0.25% | 0.52% | - |
| HSV(B) | 44.26º | 0.37% | 0.64% | - |
| XYZ | 27.94 | 29.61 | 16.81 | - |
| YUV | 146.65 | 102.8 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 147 | 102 | 0 | 0.10 | 0.37 | 0.36 | 44.26 | 0.25 | 0.52 |
| Hex | A3 | 93 | 66 | 0 | A | 25 | 24 | 2C | 19 | 34 |
| Octal | 243 | 223 | 146 | 0 | 12 | 45 | 44 | 54 | 31 | 64 |
| Binary | 10100011 | 10010011 | 1100110 | 0 | 1010 | 100101 | 100100 | 101100 | 11001 | 110100 |
Color Harmonies of #A39366
Complementary color
Monochromatic Colors of #A39366
Black with #A39366
Text Example
Text Example
White with #A39366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39366; }
p { color: rgb(163,147,102); }
H1.HeaderClassName
{
color: #A39366;
}
.AnyTagClassName
{
color: #A39366;
}
</style>
background-color css
<style>
a { background-color: #A39366; }
a { background-color: rgb(163,147,102); }
div.DivClassName
{
background-color: #A39366;
}
.BgClassName
{
background-color: #A39366;
}
</style>
border-color css
<style>
span { border-color: #A39366; }
span { border-color: rgb(163,147,102); }
td.TdClassName
{
border-color: #A39366;
}
.TagClassName
{
border-color: #A39366;
}
</style>