Shades of Pale Oyster #A0917A
Tints of Pale Oyster #A0917A
RGB
CMYK
RGB Variations
Color information
#A0917A (or 0xA0917A) is known color: Pale Oyster. HEX triplet: A0, 91 and 7A. RGB value is (160,145,122). Sum of RGB (Red+Green+Blue) = 160+145+122=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 160 - color contains mainly: red. Hex color #A0917A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0917A is #5F6E85. Grayscale: #929292. Windows color (decimal): -6254214 or 8032672. OLE color: 8032672.
HSL color Cylindrical-coordinate representation of color #A0917A: hue angle of 36.32º 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 #A0917A is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 145 | 122 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.37 |
| HSL | 36.32º | 0.17% | 0.55% | - |
| HSV(B) | 36.32º | 0.24% | 0.63% | - |
| XYZ | 28.14 | 29.13 | 22.55 | - |
| YUV | 146.86 | 113.97 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 122 | 0 | 0.09 | 0.24 | 0.37 | 36.32 | 0.17 | 0.55 |
| Hex | A0 | 91 | 7A | 0 | 9 | 18 | 25 | 24 | 11 | 37 |
| Octal | 240 | 221 | 172 | 0 | 11 | 30 | 45 | 44 | 21 | 67 |
| Binary | 10100000 | 10010001 | 1111010 | 0 | 1001 | 11000 | 100101 | 100100 | 10001 | 110111 |
Color Harmonies of #A0917A
Complementary color
Monochromatic Colors of #A0917A
Black with #A0917A
Text Example
Text Example
White with #A0917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0917A; }
p { color: rgb(160,145,122); }
H1.HeaderClassName
{
color: #A0917A;
}
.AnyTagClassName
{
color: #A0917A;
}
</style>
background-color css
<style>
a { background-color: #A0917A; }
a { background-color: rgb(160,145,122); }
div.DivClassName
{
background-color: #A0917A;
}
.BgClassName
{
background-color: #A0917A;
}
</style>
border-color css
<style>
span { border-color: #A0917A; }
span { border-color: rgb(160,145,122); }
td.TdClassName
{
border-color: #A0917A;
}
.TagClassName
{
border-color: #A0917A;
}
</style>