Shades of Pale Oyster #A69266
Tints of Pale Oyster #A69266
RGB
CMYK
RGB Variations
Color information
#A69266 (or 0xA69266) is known color: Pale Oyster. HEX triplet: A6, 92 and 66. RGB value is (166,146,102). Sum of RGB (Red+Green+Blue) = 166+146+102=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 102 (40.23% from 255 or 24.64% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A69266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69266 is #596D99. Grayscale: #939393. Windows color (decimal): -5860762 or 6722214. OLE color: 6722214.
HSL color Cylindrical-coordinate representation of color #A69266: hue angle of 41.25º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A69266 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 146 | 102 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.35 |
| HSL | 41.25º | 0.26% | 0.53% | - |
| HSV(B) | 41.25º | 0.39% | 0.65% | - |
| XYZ | 28.4 | 29.62 | 16.79 | - |
| YUV | 146.96 | 102.63 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 146 | 102 | 0 | 0.12 | 0.39 | 0.35 | 41.25 | 0.26 | 0.53 |
| Hex | A6 | 92 | 66 | 0 | C | 27 | 23 | 29 | 1A | 35 |
| Octal | 246 | 222 | 146 | 0 | 14 | 47 | 43 | 51 | 32 | 65 |
| Binary | 10100110 | 10010010 | 1100110 | 0 | 1100 | 100111 | 100011 | 101001 | 11010 | 110101 |
Color Harmonies of #A69266
Complementary color
Monochromatic Colors of #A69266
Black with #A69266
Text Example
Text Example
White with #A69266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69266; }
p { color: rgb(166,146,102); }
H1.HeaderClassName
{
color: #A69266;
}
.AnyTagClassName
{
color: #A69266;
}
</style>
background-color css
<style>
a { background-color: #A69266; }
a { background-color: rgb(166,146,102); }
div.DivClassName
{
background-color: #A69266;
}
.BgClassName
{
background-color: #A69266;
}
</style>
border-color css
<style>
span { border-color: #A69266; }
span { border-color: rgb(166,146,102); }
td.TdClassName
{
border-color: #A69266;
}
.TagClassName
{
border-color: #A69266;
}
</style>