Shades of Pale Oyster #A09072
Tints of Pale Oyster #A09072
RGB
CMYK
RGB Variations
Color information
#A09072 (or 0xA09072) is known color: Pale Oyster. HEX triplet: A0, 90 and 72. RGB value is (160,144,114). Sum of RGB (Red+Green+Blue) = 160+144+114=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 160 - color contains mainly: red. Hex color #A09072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09072 is #5F6F8D. Grayscale: #919191. Windows color (decimal): -6254478 or 7508128. OLE color: 7508128.
HSL color Cylindrical-coordinate representation of color #A09072: hue angle of 39.13º 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 #A09072 is Cyan = 0, Magento = 0.1, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 144 | 114 | - |
| CMYK | 0 | 0.1 | 0.29 | 0.37 |
| HSL | 39.13º | 0.19% | 0.54% | - |
| HSV(B) | 39.13º | 0.29% | 0.63% | - |
| XYZ | 27.51 | 28.64 | 20 | - |
| YUV | 145.36 | 110.3 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 114 | 0 | 0.1 | 0.29 | 0.37 | 39.13 | 0.19 | 0.54 |
| Hex | A0 | 90 | 72 | 0 | A | 1D | 25 | 27 | 13 | 36 |
| Octal | 240 | 220 | 162 | 0 | 12 | 35 | 45 | 47 | 23 | 66 |
| Binary | 10100000 | 10010000 | 1110010 | 0 | 1010 | 11101 | 100101 | 100111 | 10011 | 110110 |
Color Harmonies of #A09072
Complementary color
Monochromatic Colors of #A09072
Black with #A09072
Text Example
Text Example
White with #A09072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09072; }
p { color: rgb(160,144,114); }
H1.HeaderClassName
{
color: #A09072;
}
.AnyTagClassName
{
color: #A09072;
}
</style>
background-color css
<style>
a { background-color: #A09072; }
a { background-color: rgb(160,144,114); }
div.DivClassName
{
background-color: #A09072;
}
.BgClassName
{
background-color: #A09072;
}
</style>
border-color css
<style>
span { border-color: #A09072; }
span { border-color: rgb(160,144,114); }
td.TdClassName
{
border-color: #A09072;
}
.TagClassName
{
border-color: #A09072;
}
</style>