Shades of Pale Oyster #A7946E
Tints of Pale Oyster #A7946E
RGB
CMYK
RGB Variations
Color information
#A7946E (or 0xA7946E) is known color: Pale Oyster. HEX triplet: A7, 94 and 6E. RGB value is (167,148,110). Sum of RGB (Red+Green+Blue) = 167+148+110=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 167 - color contains mainly: red. Hex color #A7946E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7946E is #586B91. Grayscale: #959595. Windows color (decimal): -5794706 or 7247015. OLE color: 7247015.
HSL color Cylindrical-coordinate representation of color #A7946E: hue angle of 40º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7946E is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 148 | 110 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.35 |
| HSL | 40º | 0.24% | 0.54% | - |
| HSV(B) | 40º | 0.34% | 0.65% | - |
| XYZ | 29.34 | 30.52 | 19.1 | - |
| YUV | 149.35 | 105.79 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 148 | 110 | 0 | 0.11 | 0.34 | 0.35 | 40 | 0.24 | 0.54 |
| Hex | A7 | 94 | 6E | 0 | B | 22 | 23 | 28 | 18 | 36 |
| Octal | 247 | 224 | 156 | 0 | 13 | 42 | 43 | 50 | 30 | 66 |
| Binary | 10100111 | 10010100 | 1101110 | 0 | 1011 | 100010 | 100011 | 101000 | 11000 | 110110 |
Color Harmonies of #A7946E
Complementary color
Monochromatic Colors of #A7946E
Black with #A7946E
Text Example
Text Example
White with #A7946E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7946E; }
p { color: rgb(167,148,110); }
H1.HeaderClassName
{
color: #A7946E;
}
.AnyTagClassName
{
color: #A7946E;
}
</style>
background-color css
<style>
a { background-color: #A7946E; }
a { background-color: rgb(167,148,110); }
div.DivClassName
{
background-color: #A7946E;
}
.BgClassName
{
background-color: #A7946E;
}
</style>
border-color css
<style>
span { border-color: #A7946E; }
span { border-color: rgb(167,148,110); }
td.TdClassName
{
border-color: #A7946E;
}
.TagClassName
{
border-color: #A7946E;
}
</style>