Shades of Pale Oyster #A69466
Tints of Pale Oyster #A69466
RGB
CMYK
RGB Variations
Color information
#A69466 (or 0xA69466) is known color: Pale Oyster. HEX triplet: A6, 94 and 66. RGB value is (166,148,102). Sum of RGB (Red+Green+Blue) = 166+148+102=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 166 - color contains mainly: red. Hex color #A69466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69466 is #596B99. Grayscale: #949494. Windows color (decimal): -5860250 or 6722726. OLE color: 6722726.
HSL color Cylindrical-coordinate representation of color #A69466: hue angle of 43.12º 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 #A69466 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 148 | 102 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.35 |
| HSL | 43.13º | 0.26% | 0.53% | - |
| HSV(B) | 43.13º | 0.39% | 0.65% | - |
| XYZ | 28.71 | 30.25 | 16.9 | - |
| YUV | 148.14 | 101.96 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 148 | 102 | 0 | 0.11 | 0.39 | 0.35 | 43.13 | 0.26 | 0.53 |
| Hex | A6 | 94 | 66 | 0 | B | 27 | 23 | 2B | 1A | 35 |
| Octal | 246 | 224 | 146 | 0 | 13 | 47 | 43 | 53 | 32 | 65 |
| Binary | 10100110 | 10010100 | 1100110 | 0 | 1011 | 100111 | 100011 | 101011 | 11010 | 110101 |
Color Harmonies of #A69466
Complementary color
Monochromatic Colors of #A69466
Black with #A69466
Text Example
Text Example
White with #A69466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69466; }
p { color: rgb(166,148,102); }
H1.HeaderClassName
{
color: #A69466;
}
.AnyTagClassName
{
color: #A69466;
}
</style>
background-color css
<style>
a { background-color: #A69466; }
a { background-color: rgb(166,148,102); }
div.DivClassName
{
background-color: #A69466;
}
.BgClassName
{
background-color: #A69466;
}
</style>
border-color css
<style>
span { border-color: #A69466; }
span { border-color: rgb(166,148,102); }
td.TdClassName
{
border-color: #A69466;
}
.TagClassName
{
border-color: #A69466;
}
</style>