Shades of Pale Oyster #A0906B
Tints of Pale Oyster #A0906B
RGB
CMYK
RGB Variations
Color information
#A0906B (or 0xA0906B) is known color: Pale Oyster. HEX triplet: A0, 90 and 6B. RGB value is (160,144,107). Sum of RGB (Red+Green+Blue) = 160+144+107=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 160 - color contains mainly: red. Hex color #A0906B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0906B is #5F6F94. Grayscale: #909090. Windows color (decimal): -6254485 or 7049376. OLE color: 7049376.
HSL color Cylindrical-coordinate representation of color #A0906B: hue angle of 41.89º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0906B is Cyan = 0, Magento = 0.1, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 144 | 107 | - |
| CMYK | 0 | 0.1 | 0.33 | 0.37 |
| HSL | 41.89º | 0.22% | 0.52% | - |
| HSV(B) | 41.89º | 0.33% | 0.63% | - |
| XYZ | 27.12 | 28.48 | 17.98 | - |
| YUV | 144.57 | 106.8 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 107 | 0 | 0.1 | 0.33 | 0.37 | 41.89 | 0.22 | 0.52 |
| Hex | A0 | 90 | 6B | 0 | A | 21 | 25 | 2A | 16 | 34 |
| Octal | 240 | 220 | 153 | 0 | 12 | 41 | 45 | 52 | 26 | 64 |
| Binary | 10100000 | 10010000 | 1101011 | 0 | 1010 | 100001 | 100101 | 101010 | 10110 | 110100 |
Color Harmonies of #A0906B
Complementary color
Monochromatic Colors of #A0906B
Black with #A0906B
Text Example
Text Example
White with #A0906B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0906B; }
p { color: rgb(160,144,107); }
H1.HeaderClassName
{
color: #A0906B;
}
.AnyTagClassName
{
color: #A0906B;
}
</style>
background-color css
<style>
a { background-color: #A0906B; }
a { background-color: rgb(160,144,107); }
div.DivClassName
{
background-color: #A0906B;
}
.BgClassName
{
background-color: #A0906B;
}
</style>
border-color css
<style>
span { border-color: #A0906B; }
span { border-color: rgb(160,144,107); }
td.TdClassName
{
border-color: #A0906B;
}
.TagClassName
{
border-color: #A0906B;
}
</style>