Shades of Pale Oyster #A3936C
Tints of Pale Oyster #A3936C
RGB
CMYK
RGB Variations
Color information
#A3936C (or 0xA3936C) is known color: Pale Oyster. HEX triplet: A3, 93 and 6C. RGB value is (163,147,108). Sum of RGB (Red+Green+Blue) = 163+147+108=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 163 - color contains mainly: red. Hex color #A3936C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3936C is #5C6C93. Grayscale: #939393. Windows color (decimal): -6057108 or 7115683. OLE color: 7115683.
HSL color Cylindrical-coordinate representation of color #A3936C: hue angle of 42.55º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3936C is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 147 | 108 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.36 |
| HSL | 42.55º | 0.23% | 0.53% | - |
| HSV(B) | 42.55º | 0.34% | 0.64% | - |
| XYZ | 28.24 | 29.74 | 18.44 | - |
| YUV | 147.34 | 105.8 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 147 | 108 | 0 | 0.10 | 0.34 | 0.36 | 42.55 | 0.23 | 0.53 |
| Hex | A3 | 93 | 6C | 0 | A | 22 | 24 | 2B | 17 | 35 |
| Octal | 243 | 223 | 154 | 0 | 12 | 42 | 44 | 53 | 27 | 65 |
| Binary | 10100011 | 10010011 | 1101100 | 0 | 1010 | 100010 | 100100 | 101011 | 10111 | 110101 |
Color Harmonies of #A3936C
Complementary color
Monochromatic Colors of #A3936C
Black with #A3936C
Text Example
Text Example
White with #A3936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3936C; }
p { color: rgb(163,147,108); }
H1.HeaderClassName
{
color: #A3936C;
}
.AnyTagClassName
{
color: #A3936C;
}
</style>
background-color css
<style>
a { background-color: #A3936C; }
a { background-color: rgb(163,147,108); }
div.DivClassName
{
background-color: #A3936C;
}
.BgClassName
{
background-color: #A3936C;
}
</style>
border-color css
<style>
span { border-color: #A3936C; }
span { border-color: rgb(163,147,108); }
td.TdClassName
{
border-color: #A3936C;
}
.TagClassName
{
border-color: #A3936C;
}
</style>