Shades of Pale Oyster #A29276
Tints of Pale Oyster #A29276
RGB
CMYK
RGB Variations
Color information
#A29276 (or 0xA29276) is known color: Pale Oyster. HEX triplet: A2, 92 and 76. RGB value is (162,146,118). Sum of RGB (Red+Green+Blue) = 162+146+118=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 162 - color contains mainly: red. Hex color #A29276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29276 is #5D6D89. Grayscale: #939393. Windows color (decimal): -6122890 or 7770786. OLE color: 7770786.
HSL color Cylindrical-coordinate representation of color #A29276: hue angle of 38.18º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A29276 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 146 | 118 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.36 |
| HSL | 38.18º | 0.19% | 0.55% | - |
| HSV(B) | 38.18º | 0.27% | 0.64% | - |
| XYZ | 28.45 | 29.55 | 21.34 | - |
| YUV | 147.59 | 111.3 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 146 | 118 | 0 | 0.10 | 0.27 | 0.36 | 38.18 | 0.19 | 0.55 |
| Hex | A2 | 92 | 76 | 0 | A | 1B | 24 | 26 | 13 | 37 |
| Octal | 242 | 222 | 166 | 0 | 12 | 33 | 44 | 46 | 23 | 67 |
| Binary | 10100010 | 10010010 | 1110110 | 0 | 1010 | 11011 | 100100 | 100110 | 10011 | 110111 |
Color Harmonies of #A29276
Complementary color
Monochromatic Colors of #A29276
Black with #A29276
Text Example
Text Example
White with #A29276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29276; }
p { color: rgb(162,146,118); }
H1.HeaderClassName
{
color: #A29276;
}
.AnyTagClassName
{
color: #A29276;
}
</style>
background-color css
<style>
a { background-color: #A29276; }
a { background-color: rgb(162,146,118); }
div.DivClassName
{
background-color: #A29276;
}
.BgClassName
{
background-color: #A29276;
}
</style>
border-color css
<style>
span { border-color: #A29276; }
span { border-color: rgb(162,146,118); }
td.TdClassName
{
border-color: #A29276;
}
.TagClassName
{
border-color: #A29276;
}
</style>