Shades of Pale Oyster #A09179
Tints of Pale Oyster #A09179
RGB
CMYK
RGB Variations
Color information
#A09179 (or 0xA09179) is known color: Pale Oyster. HEX triplet: A0, 91 and 79. RGB value is (160,145,121). Sum of RGB (Red+Green+Blue) = 160+145+121=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 160 - color contains mainly: red. Hex color #A09179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09179 is #5F6E86. Grayscale: #929292. Windows color (decimal): -6254215 or 7967136. OLE color: 7967136.
HSL color Cylindrical-coordinate representation of color #A09179: hue angle of 36.92º 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 #A09179 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 145 | 121 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.37 |
| HSL | 36.92º | 0.17% | 0.55% | - |
| HSV(B) | 36.92º | 0.24% | 0.63% | - |
| XYZ | 28.07 | 29.1 | 22.23 | - |
| YUV | 146.75 | 113.47 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 121 | 0 | 0.09 | 0.24 | 0.37 | 36.92 | 0.17 | 0.55 |
| Hex | A0 | 91 | 79 | 0 | 9 | 18 | 25 | 25 | 11 | 37 |
| Octal | 240 | 221 | 171 | 0 | 11 | 30 | 45 | 45 | 21 | 67 |
| Binary | 10100000 | 10010001 | 1111001 | 0 | 1001 | 11000 | 100101 | 100101 | 10001 | 110111 |
Color Harmonies of #A09179
Complementary color
Monochromatic Colors of #A09179
Black with #A09179
Text Example
Text Example
White with #A09179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09179; }
p { color: rgb(160,145,121); }
H1.HeaderClassName
{
color: #A09179;
}
.AnyTagClassName
{
color: #A09179;
}
</style>
background-color css
<style>
a { background-color: #A09179; }
a { background-color: rgb(160,145,121); }
div.DivClassName
{
background-color: #A09179;
}
.BgClassName
{
background-color: #A09179;
}
</style>
border-color css
<style>
span { border-color: #A09179; }
span { border-color: rgb(160,145,121); }
td.TdClassName
{
border-color: #A09179;
}
.TagClassName
{
border-color: #A09179;
}
</style>