Shades of Pale Oyster #A6926C
Tints of Pale Oyster #A6926C
RGB
CMYK
RGB Variations
Color information
#A6926C (or 0xA6926C) is known color: Pale Oyster. HEX triplet: A6, 92 and 6C. RGB value is (166,146,108). Sum of RGB (Red+Green+Blue) = 166+146+108=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 108 (42.58% from 255 or 25.71% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A6926C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6926C is #596D93. Grayscale: #939393. Windows color (decimal): -5860756 or 7115430. OLE color: 7115430.
HSL color Cylindrical-coordinate representation of color #A6926C: hue angle of 39.31º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6926C is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 146 | 108 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.35 |
| HSL | 39.31º | 0.25% | 0.54% | - |
| HSV(B) | 39.31º | 0.35% | 0.65% | - |
| XYZ | 28.71 | 29.75 | 18.42 | - |
| YUV | 147.65 | 105.63 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 146 | 108 | 0 | 0.12 | 0.35 | 0.35 | 39.31 | 0.25 | 0.54 |
| Hex | A6 | 92 | 6C | 0 | C | 23 | 23 | 27 | 19 | 36 |
| Octal | 246 | 222 | 154 | 0 | 14 | 43 | 43 | 47 | 31 | 66 |
| Binary | 10100110 | 10010010 | 1101100 | 0 | 1100 | 100011 | 100011 | 100111 | 11001 | 110110 |
Color Harmonies of #A6926C
Complementary color
Monochromatic Colors of #A6926C
Black with #A6926C
Text Example
Text Example
White with #A6926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6926C; }
p { color: rgb(166,146,108); }
H1.HeaderClassName
{
color: #A6926C;
}
.AnyTagClassName
{
color: #A6926C;
}
</style>
background-color css
<style>
a { background-color: #A6926C; }
a { background-color: rgb(166,146,108); }
div.DivClassName
{
background-color: #A6926C;
}
.BgClassName
{
background-color: #A6926C;
}
</style>
border-color css
<style>
span { border-color: #A6926C; }
span { border-color: rgb(166,146,108); }
td.TdClassName
{
border-color: #A6926C;
}
.TagClassName
{
border-color: #A6926C;
}
</style>