Shades of Pale Oyster #A0926F
Tints of Pale Oyster #A0926F
RGB
CMYK
RGB Variations
Color information
#A0926F (or 0xA0926F) is known color: Pale Oyster. HEX triplet: A0, 92 and 6F. RGB value is (160,146,111). Sum of RGB (Red+Green+Blue) = 160+146+111=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 160 - color contains mainly: red. Hex color #A0926F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0926F is #5F6D90. Grayscale: #929292. Windows color (decimal): -6253969 or 7312032. OLE color: 7312032.
HSL color Cylindrical-coordinate representation of color #A0926F: hue angle of 42.86º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0926F is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 146 | 111 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.37 |
| HSL | 42.86º | 0.21% | 0.53% | - |
| HSV(B) | 42.86º | 0.31% | 0.63% | - |
| XYZ | 27.65 | 29.18 | 19.21 | - |
| YUV | 146.2 | 108.14 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 111 | 0 | 0.09 | 0.31 | 0.37 | 42.86 | 0.21 | 0.53 |
| Hex | A0 | 92 | 6F | 0 | 9 | 1F | 25 | 2B | 15 | 35 |
| Octal | 240 | 222 | 157 | 0 | 11 | 37 | 45 | 53 | 25 | 65 |
| Binary | 10100000 | 10010010 | 1101111 | 0 | 1001 | 11111 | 100101 | 101011 | 10101 | 110101 |
Color Harmonies of #A0926F
Complementary color
Monochromatic Colors of #A0926F
Black with #A0926F
Text Example
Text Example
White with #A0926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0926F; }
p { color: rgb(160,146,111); }
H1.HeaderClassName
{
color: #A0926F;
}
.AnyTagClassName
{
color: #A0926F;
}
</style>
background-color css
<style>
a { background-color: #A0926F; }
a { background-color: rgb(160,146,111); }
div.DivClassName
{
background-color: #A0926F;
}
.BgClassName
{
background-color: #A0926F;
}
</style>
border-color css
<style>
span { border-color: #A0926F; }
span { border-color: rgb(160,146,111); }
td.TdClassName
{
border-color: #A0926F;
}
.TagClassName
{
border-color: #A0926F;
}
</style>