Shades of Pale Oyster #A09272
Tints of Pale Oyster #A09272
RGB
CMYK
RGB Variations
Color information
#A09272 (or 0xA09272) is known color: Pale Oyster. HEX triplet: A0, 92 and 72. RGB value is (160,146,114). Sum of RGB (Red+Green+Blue) = 160+146+114=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 160 - color contains mainly: red. Hex color #A09272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09272 is #5F6D8D. Grayscale: #929292. Windows color (decimal): -6253966 or 7508640. OLE color: 7508640.
HSL color Cylindrical-coordinate representation of color #A09272: hue angle of 41.74º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A09272 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 146 | 114 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.37 |
| HSL | 41.74º | 0.19% | 0.54% | - |
| HSV(B) | 41.74º | 0.29% | 0.63% | - |
| XYZ | 27.81 | 29.25 | 20.1 | - |
| YUV | 146.54 | 109.64 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 114 | 0 | 0.09 | 0.29 | 0.37 | 41.74 | 0.19 | 0.54 |
| Hex | A0 | 92 | 72 | 0 | 9 | 1D | 25 | 2A | 13 | 36 |
| Octal | 240 | 222 | 162 | 0 | 11 | 35 | 45 | 52 | 23 | 66 |
| Binary | 10100000 | 10010010 | 1110010 | 0 | 1001 | 11101 | 100101 | 101010 | 10011 | 110110 |
Color Harmonies of #A09272
Complementary color
Monochromatic Colors of #A09272
Black with #A09272
Text Example
Text Example
White with #A09272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09272; }
p { color: rgb(160,146,114); }
H1.HeaderClassName
{
color: #A09272;
}
.AnyTagClassName
{
color: #A09272;
}
</style>
background-color css
<style>
a { background-color: #A09272; }
a { background-color: rgb(160,146,114); }
div.DivClassName
{
background-color: #A09272;
}
.BgClassName
{
background-color: #A09272;
}
</style>
border-color css
<style>
span { border-color: #A09272; }
span { border-color: rgb(160,146,114); }
td.TdClassName
{
border-color: #A09272;
}
.TagClassName
{
border-color: #A09272;
}
</style>