Shades of Pale Oyster #A09372
Tints of Pale Oyster #A09372
RGB
CMYK
RGB Variations
Color information
#A09372 (or 0xA09372) is known color: Pale Oyster. HEX triplet: A0, 93 and 72. RGB value is (160,147,114). Sum of RGB (Red+Green+Blue) = 160+147+114=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 160 - color contains mainly: red. Hex color #A09372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09372 is #5F6C8D. Grayscale: #939393. Windows color (decimal): -6253710 or 7508896. OLE color: 7508896.
HSL color Cylindrical-coordinate representation of color #A09372: hue angle of 43.04º 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 #A09372 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 147 | 114 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.37 |
| HSL | 43.04º | 0.19% | 0.54% | - |
| HSV(B) | 43.04º | 0.29% | 0.63% | - |
| XYZ | 27.97 | 29.56 | 20.15 | - |
| YUV | 147.13 | 109.31 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 147 | 114 | 0 | 0.08 | 0.29 | 0.37 | 43.04 | 0.19 | 0.54 |
| Hex | A0 | 93 | 72 | 0 | 8 | 1D | 25 | 2B | 13 | 36 |
| Octal | 240 | 223 | 162 | 0 | 10 | 35 | 45 | 53 | 23 | 66 |
| Binary | 10100000 | 10010011 | 1110010 | 0 | 1000 | 11101 | 100101 | 101011 | 10011 | 110110 |
Color Harmonies of #A09372
Complementary color
Monochromatic Colors of #A09372
Black with #A09372
Text Example
Text Example
White with #A09372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09372; }
p { color: rgb(160,147,114); }
H1.HeaderClassName
{
color: #A09372;
}
.AnyTagClassName
{
color: #A09372;
}
</style>
background-color css
<style>
a { background-color: #A09372; }
a { background-color: rgb(160,147,114); }
div.DivClassName
{
background-color: #A09372;
}
.BgClassName
{
background-color: #A09372;
}
</style>
border-color css
<style>
span { border-color: #A09372; }
span { border-color: rgb(160,147,114); }
td.TdClassName
{
border-color: #A09372;
}
.TagClassName
{
border-color: #A09372;
}
</style>