Shades of Pale Oyster #A09373
Tints of Pale Oyster #A09373
RGB
CMYK
RGB Variations
Color information
#A09373 (or 0xA09373) is known color: Pale Oyster. HEX triplet: A0, 93 and 73. RGB value is (160,147,115). Sum of RGB (Red+Green+Blue) = 160+147+115=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 160 - color contains mainly: red. Hex color #A09373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09373 is #5F6C8C. Grayscale: #939393. Windows color (decimal): -6253709 or 7574432. OLE color: 7574432.
HSL color Cylindrical-coordinate representation of color #A09373: hue angle of 42.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A09373 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 147 | 115 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.37 |
| HSL | 42.67º | 0.19% | 0.54% | - |
| HSV(B) | 42.67º | 0.28% | 0.63% | - |
| XYZ | 28.03 | 29.58 | 20.45 | - |
| YUV | 147.24 | 109.81 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 147 | 115 | 0 | 0.08 | 0.28 | 0.37 | 42.67 | 0.19 | 0.54 |
| Hex | A0 | 93 | 73 | 0 | 8 | 1C | 25 | 2B | 13 | 36 |
| Octal | 240 | 223 | 163 | 0 | 10 | 34 | 45 | 53 | 23 | 66 |
| Binary | 10100000 | 10010011 | 1110011 | 0 | 1000 | 11100 | 100101 | 101011 | 10011 | 110110 |
Color Harmonies of #A09373
Complementary color
Monochromatic Colors of #A09373
Black with #A09373
Text Example
Text Example
White with #A09373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09373; }
p { color: rgb(160,147,115); }
H1.HeaderClassName
{
color: #A09373;
}
.AnyTagClassName
{
color: #A09373;
}
</style>
background-color css
<style>
a { background-color: #A09373; }
a { background-color: rgb(160,147,115); }
div.DivClassName
{
background-color: #A09373;
}
.BgClassName
{
background-color: #A09373;
}
</style>
border-color css
<style>
span { border-color: #A09373; }
span { border-color: rgb(160,147,115); }
td.TdClassName
{
border-color: #A09373;
}
.TagClassName
{
border-color: #A09373;
}
</style>