Shades of Pale Oyster #A3916D
Tints of Pale Oyster #A3916D
RGB
CMYK
RGB Variations
Color information
#A3916D (or 0xA3916D) is known color: Pale Oyster. HEX triplet: A3, 91 and 6D. RGB value is (163,145,109). Sum of RGB (Red+Green+Blue) = 163+145+109=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 163 - color contains mainly: red. Hex color #A3916D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3916D is #5C6E92. Grayscale: #929292. Windows color (decimal): -6057619 or 7180707. OLE color: 7180707.
HSL color Cylindrical-coordinate representation of color #A3916D: hue angle of 40º 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 #A3916D is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 145 | 109 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.36 |
| HSL | 40º | 0.23% | 0.53% | - |
| HSV(B) | 40º | 0.33% | 0.64% | - |
| XYZ | 27.99 | 29.14 | 18.62 | - |
| YUV | 146.28 | 106.96 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 145 | 109 | 0 | 0.11 | 0.33 | 0.36 | 40 | 0.23 | 0.53 |
| Hex | A3 | 91 | 6D | 0 | B | 21 | 24 | 28 | 17 | 35 |
| Octal | 243 | 221 | 155 | 0 | 13 | 41 | 44 | 50 | 27 | 65 |
| Binary | 10100011 | 10010001 | 1101101 | 0 | 1011 | 100001 | 100100 | 101000 | 10111 | 110101 |
Color Harmonies of #A3916D
Complementary color
Monochromatic Colors of #A3916D
Black with #A3916D
Text Example
Text Example
White with #A3916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3916D; }
p { color: rgb(163,145,109); }
H1.HeaderClassName
{
color: #A3916D;
}
.AnyTagClassName
{
color: #A3916D;
}
</style>
background-color css
<style>
a { background-color: #A3916D; }
a { background-color: rgb(163,145,109); }
div.DivClassName
{
background-color: #A3916D;
}
.BgClassName
{
background-color: #A3916D;
}
</style>
border-color css
<style>
span { border-color: #A3916D; }
span { border-color: rgb(163,145,109); }
td.TdClassName
{
border-color: #A3916D;
}
.TagClassName
{
border-color: #A3916D;
}
</style>