Shades of Pale Oyster #A6946B
Tints of Pale Oyster #A6946B
RGB
CMYK
RGB Variations
Color information
#A6946B (or 0xA6946B) is known color: Pale Oyster. HEX triplet: A6, 94 and 6B. RGB value is (166,148,107). Sum of RGB (Red+Green+Blue) = 166+148+107=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 107 (42.19% from 255 or 25.42% from 421); Max value from RGB is 166 - color contains mainly: red. Hex color #A6946B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6946B is #596B94. Grayscale: #949494. Windows color (decimal): -5860245 or 7050406. OLE color: 7050406.
HSL color Cylindrical-coordinate representation of color #A6946B: hue angle of 41.69º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A6946B is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 148 | 107 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.35 |
| HSL | 41.69º | 0.25% | 0.54% | - |
| HSV(B) | 41.69º | 0.36% | 0.65% | - |
| XYZ | 28.97 | 30.35 | 18.24 | - |
| YUV | 148.71 | 104.46 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 148 | 107 | 0 | 0.11 | 0.36 | 0.35 | 41.69 | 0.25 | 0.54 |
| Hex | A6 | 94 | 6B | 0 | B | 24 | 23 | 2A | 19 | 36 |
| Octal | 246 | 224 | 153 | 0 | 13 | 44 | 43 | 52 | 31 | 66 |
| Binary | 10100110 | 10010100 | 1101011 | 0 | 1011 | 100100 | 100011 | 101010 | 11001 | 110110 |
Color Harmonies of #A6946B
Complementary color
Monochromatic Colors of #A6946B
Black with #A6946B
Text Example
Text Example
White with #A6946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6946B; }
p { color: rgb(166,148,107); }
H1.HeaderClassName
{
color: #A6946B;
}
.AnyTagClassName
{
color: #A6946B;
}
</style>
background-color css
<style>
a { background-color: #A6946B; }
a { background-color: rgb(166,148,107); }
div.DivClassName
{
background-color: #A6946B;
}
.BgClassName
{
background-color: #A6946B;
}
</style>
border-color css
<style>
span { border-color: #A6946B; }
span { border-color: rgb(166,148,107); }
td.TdClassName
{
border-color: #A6946B;
}
.TagClassName
{
border-color: #A6946B;
}
</style>