Shades of Pale Oyster #A3936D
Tints of Pale Oyster #A3936D
RGB
CMYK
RGB Variations
Color information
#A3936D (or 0xA3936D) is known color: Pale Oyster. HEX triplet: A3, 93 and 6D. RGB value is (163,147,109). Sum of RGB (Red+Green+Blue) = 163+147+109=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 163 - color contains mainly: red. Hex color #A3936D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3936D is #5C6C92. Grayscale: #939393. Windows color (decimal): -6057107 or 7181219. OLE color: 7181219.
HSL color Cylindrical-coordinate representation of color #A3936D: hue angle of 42.22º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3936D is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 147 | 109 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.36 |
| HSL | 42.22º | 0.23% | 0.53% | - |
| HSV(B) | 42.22º | 0.33% | 0.64% | - |
| XYZ | 28.3 | 29.76 | 18.72 | - |
| YUV | 147.45 | 106.3 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 147 | 109 | 0 | 0.10 | 0.33 | 0.36 | 42.22 | 0.23 | 0.53 |
| Hex | A3 | 93 | 6D | 0 | A | 21 | 24 | 2A | 17 | 35 |
| Octal | 243 | 223 | 155 | 0 | 12 | 41 | 44 | 52 | 27 | 65 |
| Binary | 10100011 | 10010011 | 1101101 | 0 | 1010 | 100001 | 100100 | 101010 | 10111 | 110101 |
Color Harmonies of #A3936D
Complementary color
Monochromatic Colors of #A3936D
Black with #A3936D
Text Example
Text Example
White with #A3936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3936D; }
p { color: rgb(163,147,109); }
H1.HeaderClassName
{
color: #A3936D;
}
.AnyTagClassName
{
color: #A3936D;
}
</style>
background-color css
<style>
a { background-color: #A3936D; }
a { background-color: rgb(163,147,109); }
div.DivClassName
{
background-color: #A3936D;
}
.BgClassName
{
background-color: #A3936D;
}
</style>
border-color css
<style>
span { border-color: #A3936D; }
span { border-color: rgb(163,147,109); }
td.TdClassName
{
border-color: #A3936D;
}
.TagClassName
{
border-color: #A3936D;
}
</style>