Shades of Pale Oyster #A0906A
Tints of Pale Oyster #A0906A
RGB
CMYK
RGB Variations
Color information
#A0906A (or 0xA0906A) is known color: Pale Oyster. HEX triplet: A0, 90 and 6A. RGB value is (160,144,106). Sum of RGB (Red+Green+Blue) = 160+144+106=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 160 - color contains mainly: red. Hex color #A0906A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0906A is #5F6F95. Grayscale: #909090. Windows color (decimal): -6254486 or 6983840. OLE color: 6983840.
HSL color Cylindrical-coordinate representation of color #A0906A: hue angle of 42.22º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0906A is Cyan = 0, Magento = 0.1, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 144 | 106 | - |
| CMYK | 0 | 0.1 | 0.34 | 0.37 |
| HSL | 42.22º | 0.22% | 0.52% | - |
| HSV(B) | 42.22º | 0.34% | 0.63% | - |
| XYZ | 27.07 | 28.46 | 17.7 | - |
| YUV | 144.45 | 106.3 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 106 | 0 | 0.1 | 0.34 | 0.37 | 42.22 | 0.22 | 0.52 |
| Hex | A0 | 90 | 6A | 0 | A | 22 | 25 | 2A | 16 | 34 |
| Octal | 240 | 220 | 152 | 0 | 12 | 42 | 45 | 52 | 26 | 64 |
| Binary | 10100000 | 10010000 | 1101010 | 0 | 1010 | 100010 | 100101 | 101010 | 10110 | 110100 |
Color Harmonies of #A0906A
Complementary color
Monochromatic Colors of #A0906A
Black with #A0906A
Text Example
Text Example
White with #A0906A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0906A; }
p { color: rgb(160,144,106); }
H1.HeaderClassName
{
color: #A0906A;
}
.AnyTagClassName
{
color: #A0906A;
}
</style>
background-color css
<style>
a { background-color: #A0906A; }
a { background-color: rgb(160,144,106); }
div.DivClassName
{
background-color: #A0906A;
}
.BgClassName
{
background-color: #A0906A;
}
</style>
border-color css
<style>
span { border-color: #A0906A; }
span { border-color: rgb(160,144,106); }
td.TdClassName
{
border-color: #A0906A;
}
.TagClassName
{
border-color: #A0906A;
}
</style>