Shades of Pale Oyster #A19273
Tints of Pale Oyster #A19273
RGB
CMYK
RGB Variations
Color information
#A19273 (or 0xA19273) is known color: Pale Oyster. HEX triplet: A1, 92 and 73. RGB value is (161,146,115). Sum of RGB (Red+Green+Blue) = 161+146+115=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 161 - color contains mainly: red. Hex color #A19273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19273 is #5E6D8C. Grayscale: #939393. Windows color (decimal): -6188429 or 7574177. OLE color: 7574177.
HSL color Cylindrical-coordinate representation of color #A19273: hue angle of 40.43º 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 #A19273 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 146 | 115 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.37 |
| HSL | 40.43º | 0.2% | 0.54% | - |
| HSV(B) | 40.43º | 0.29% | 0.63% | - |
| XYZ | 28.07 | 29.37 | 20.41 | - |
| YUV | 146.95 | 109.97 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 115 | 0 | 0.09 | 0.29 | 0.37 | 40.43 | 0.2 | 0.54 |
| Hex | A1 | 92 | 73 | 0 | 9 | 1D | 25 | 28 | 14 | 36 |
| Octal | 241 | 222 | 163 | 0 | 11 | 35 | 45 | 50 | 24 | 66 |
| Binary | 10100001 | 10010010 | 1110011 | 0 | 1001 | 11101 | 100101 | 101000 | 10100 | 110110 |
Color Harmonies of #A19273
Complementary color
Monochromatic Colors of #A19273
Black with #A19273
Text Example
Text Example
White with #A19273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19273; }
p { color: rgb(161,146,115); }
H1.HeaderClassName
{
color: #A19273;
}
.AnyTagClassName
{
color: #A19273;
}
</style>
background-color css
<style>
a { background-color: #A19273; }
a { background-color: rgb(161,146,115); }
div.DivClassName
{
background-color: #A19273;
}
.BgClassName
{
background-color: #A19273;
}
</style>
border-color css
<style>
span { border-color: #A19273; }
span { border-color: rgb(161,146,115); }
td.TdClassName
{
border-color: #A19273;
}
.TagClassName
{
border-color: #A19273;
}
</style>