Shades of Pale Oyster #A2926E
Tints of Pale Oyster #A2926E
RGB
CMYK
RGB Variations
Color information
#A2926E (or 0xA2926E) is known color: Pale Oyster. HEX triplet: A2, 92 and 6E. RGB value is (162,146,110). Sum of RGB (Red+Green+Blue) = 162+146+110=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 162 - color contains mainly: red. Hex color #A2926E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2926E is #5D6D91. Grayscale: #929292. Windows color (decimal): -6122898 or 7246498. OLE color: 7246498.
HSL color Cylindrical-coordinate representation of color #A2926E: hue angle of 41.54º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2926E is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 146 | 110 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.36 |
| HSL | 41.54º | 0.22% | 0.53% | - |
| HSV(B) | 41.54º | 0.32% | 0.64% | - |
| XYZ | 27.99 | 29.36 | 18.94 | - |
| YUV | 146.68 | 107.3 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 146 | 110 | 0 | 0.10 | 0.32 | 0.36 | 41.54 | 0.22 | 0.53 |
| Hex | A2 | 92 | 6E | 0 | A | 20 | 24 | 2A | 16 | 35 |
| Octal | 242 | 222 | 156 | 0 | 12 | 40 | 44 | 52 | 26 | 65 |
| Binary | 10100010 | 10010010 | 1101110 | 0 | 1010 | 100000 | 100100 | 101010 | 10110 | 110101 |
Color Harmonies of #A2926E
Complementary color
Monochromatic Colors of #A2926E
Black with #A2926E
Text Example
Text Example
White with #A2926E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2926E; }
p { color: rgb(162,146,110); }
H1.HeaderClassName
{
color: #A2926E;
}
.AnyTagClassName
{
color: #A2926E;
}
</style>
background-color css
<style>
a { background-color: #A2926E; }
a { background-color: rgb(162,146,110); }
div.DivClassName
{
background-color: #A2926E;
}
.BgClassName
{
background-color: #A2926E;
}
</style>
border-color css
<style>
span { border-color: #A2926E; }
span { border-color: rgb(162,146,110); }
td.TdClassName
{
border-color: #A2926E;
}
.TagClassName
{
border-color: #A2926E;
}
</style>