Shades of Pale Oyster #A3916F
Tints of Pale Oyster #A3916F
RGB
CMYK
RGB Variations
Color information
#A3916F (or 0xA3916F) is known color: Pale Oyster. HEX triplet: A3, 91 and 6F. RGB value is (163,145,111). Sum of RGB (Red+Green+Blue) = 163+145+111=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 163 - color contains mainly: red. Hex color #A3916F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3916F is #5C6E90. Grayscale: #929292. Windows color (decimal): -6057617 or 7311779. OLE color: 7311779.
HSL color Cylindrical-coordinate representation of color #A3916F: hue angle of 39.23º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3916F is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 145 | 111 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.36 |
| HSL | 39.23º | 0.22% | 0.54% | - |
| HSV(B) | 39.23º | 0.32% | 0.64% | - |
| XYZ | 28.1 | 29.19 | 19.19 | - |
| YUV | 146.51 | 107.96 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 145 | 111 | 0 | 0.11 | 0.32 | 0.36 | 39.23 | 0.22 | 0.54 |
| Hex | A3 | 91 | 6F | 0 | B | 20 | 24 | 27 | 16 | 36 |
| Octal | 243 | 221 | 157 | 0 | 13 | 40 | 44 | 47 | 26 | 66 |
| Binary | 10100011 | 10010001 | 1101111 | 0 | 1011 | 100000 | 100100 | 100111 | 10110 | 110110 |
Color Harmonies of #A3916F
Complementary color
Monochromatic Colors of #A3916F
Black with #A3916F
Text Example
Text Example
White with #A3916F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3916F; }
p { color: rgb(163,145,111); }
H1.HeaderClassName
{
color: #A3916F;
}
.AnyTagClassName
{
color: #A3916F;
}
</style>
background-color css
<style>
a { background-color: #A3916F; }
a { background-color: rgb(163,145,111); }
div.DivClassName
{
background-color: #A3916F;
}
.BgClassName
{
background-color: #A3916F;
}
</style>
border-color css
<style>
span { border-color: #A3916F; }
span { border-color: rgb(163,145,111); }
td.TdClassName
{
border-color: #A3916F;
}
.TagClassName
{
border-color: #A3916F;
}
</style>