Shades of Pale Oyster #A0907A
Tints of Pale Oyster #A0907A
RGB
CMYK
RGB Variations
Color information
#A0907A (or 0xA0907A) is known color: Pale Oyster. HEX triplet: A0, 90 and 7A. RGB value is (160,144,122). Sum of RGB (Red+Green+Blue) = 160+144+122=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 160 - color contains mainly: red. Hex color #A0907A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0907A is #5F6F85. Grayscale: #929292. Windows color (decimal): -6254470 or 8032416. OLE color: 8032416.
HSL color Cylindrical-coordinate representation of color #A0907A: hue angle of 34.74º 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 #A0907A is Cyan = 0, Magento = 0.1, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 144 | 122 | - |
| CMYK | 0 | 0.1 | 0.24 | 0.37 |
| HSL | 34.74º | 0.17% | 0.55% | - |
| HSV(B) | 34.74º | 0.24% | 0.63% | - |
| XYZ | 27.98 | 28.83 | 22.5 | - |
| YUV | 146.28 | 114.3 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 122 | 0 | 0.1 | 0.24 | 0.37 | 34.74 | 0.17 | 0.55 |
| Hex | A0 | 90 | 7A | 0 | A | 18 | 25 | 23 | 11 | 37 |
| Octal | 240 | 220 | 172 | 0 | 12 | 30 | 45 | 43 | 21 | 67 |
| Binary | 10100000 | 10010000 | 1111010 | 0 | 1010 | 11000 | 100101 | 100011 | 10001 | 110111 |
Color Harmonies of #A0907A
Complementary color
Monochromatic Colors of #A0907A
Black with #A0907A
Text Example
Text Example
White with #A0907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0907A; }
p { color: rgb(160,144,122); }
H1.HeaderClassName
{
color: #A0907A;
}
.AnyTagClassName
{
color: #A0907A;
}
</style>
background-color css
<style>
a { background-color: #A0907A; }
a { background-color: rgb(160,144,122); }
div.DivClassName
{
background-color: #A0907A;
}
.BgClassName
{
background-color: #A0907A;
}
</style>
border-color css
<style>
span { border-color: #A0907A; }
span { border-color: rgb(160,144,122); }
td.TdClassName
{
border-color: #A0907A;
}
.TagClassName
{
border-color: #A0907A;
}
</style>