Shades of Pale Oyster #A09271
Tints of Pale Oyster #A09271
RGB
CMYK
RGB Variations
Color information
#A09271 (or 0xA09271) is known color: Pale Oyster. HEX triplet: A0, 92 and 71. RGB value is (160,146,113). Sum of RGB (Red+Green+Blue) = 160+146+113=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 160 - color contains mainly: red. Hex color #A09271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09271 is #5F6D8E. Grayscale: #929292. Windows color (decimal): -6253967 or 7443104. OLE color: 7443104.
HSL color Cylindrical-coordinate representation of color #A09271: hue angle of 42.13º degrees, saturation: 0.2, 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 #A09271 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 146 | 113 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.37 |
| HSL | 42.13º | 0.2% | 0.54% | - |
| HSV(B) | 42.13º | 0.29% | 0.63% | - |
| XYZ | 27.76 | 29.22 | 19.8 | - |
| YUV | 146.42 | 109.14 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 113 | 0 | 0.09 | 0.29 | 0.37 | 42.13 | 0.2 | 0.54 |
| Hex | A0 | 92 | 71 | 0 | 9 | 1D | 25 | 2A | 14 | 36 |
| Octal | 240 | 222 | 161 | 0 | 11 | 35 | 45 | 52 | 24 | 66 |
| Binary | 10100000 | 10010010 | 1110001 | 0 | 1001 | 11101 | 100101 | 101010 | 10100 | 110110 |
Color Harmonies of #A09271
Complementary color
Monochromatic Colors of #A09271
Black with #A09271
Text Example
Text Example
White with #A09271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09271; }
p { color: rgb(160,146,113); }
H1.HeaderClassName
{
color: #A09271;
}
.AnyTagClassName
{
color: #A09271;
}
</style>
background-color css
<style>
a { background-color: #A09271; }
a { background-color: rgb(160,146,113); }
div.DivClassName
{
background-color: #A09271;
}
.BgClassName
{
background-color: #A09271;
}
</style>
border-color css
<style>
span { border-color: #A09271; }
span { border-color: rgb(160,146,113); }
td.TdClassName
{
border-color: #A09271;
}
.TagClassName
{
border-color: #A09271;
}
</style>