Shades of Pale Oyster #A0927A
Tints of Pale Oyster #A0927A
RGB
CMYK
RGB Variations
Color information
#A0927A (or 0xA0927A) is known color: Pale Oyster. HEX triplet: A0, 92 and 7A. RGB value is (160,146,122). Sum of RGB (Red+Green+Blue) = 160+146+122=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 160 - color contains mainly: red. Hex color #A0927A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0927A is #5F6D85. Grayscale: #939393. Windows color (decimal): -6253958 or 8032928. OLE color: 8032928.
HSL color Cylindrical-coordinate representation of color #A0927A: hue angle of 37.89º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0927A is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 146 | 122 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.37 |
| HSL | 37.89º | 0.17% | 0.55% | - |
| HSV(B) | 37.89º | 0.24% | 0.63% | - |
| XYZ | 28.29 | 29.44 | 22.6 | - |
| YUV | 147.45 | 113.64 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 122 | 0 | 0.09 | 0.24 | 0.37 | 37.89 | 0.17 | 0.55 |
| Hex | A0 | 92 | 7A | 0 | 9 | 18 | 25 | 26 | 11 | 37 |
| Octal | 240 | 222 | 172 | 0 | 11 | 30 | 45 | 46 | 21 | 67 |
| Binary | 10100000 | 10010010 | 1111010 | 0 | 1001 | 11000 | 100101 | 100110 | 10001 | 110111 |
Color Harmonies of #A0927A
Complementary color
Monochromatic Colors of #A0927A
Black with #A0927A
Text Example
Text Example
White with #A0927A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0927A; }
p { color: rgb(160,146,122); }
H1.HeaderClassName
{
color: #A0927A;
}
.AnyTagClassName
{
color: #A0927A;
}
</style>
background-color css
<style>
a { background-color: #A0927A; }
a { background-color: rgb(160,146,122); }
div.DivClassName
{
background-color: #A0927A;
}
.BgClassName
{
background-color: #A0927A;
}
</style>
border-color css
<style>
span { border-color: #A0927A; }
span { border-color: rgb(160,146,122); }
td.TdClassName
{
border-color: #A0927A;
}
.TagClassName
{
border-color: #A0927A;
}
</style>