Shades of Pale Oyster #A19073
Tints of Pale Oyster #A19073
RGB
CMYK
RGB Variations
Color information
#A19073 (or 0xA19073) is known color: Pale Oyster. HEX triplet: A1, 90 and 73. RGB value is (161,144,115). Sum of RGB (Red+Green+Blue) = 161+144+115=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 161 - color contains mainly: red. Hex color #A19073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19073 is #5E6F8C. Grayscale: #919191. Windows color (decimal): -6188941 or 7573665. OLE color: 7573665.
HSL color Cylindrical-coordinate representation of color #A19073: hue angle of 37.83º 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 #A19073 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 144 | 115 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.37 |
| HSL | 37.83º | 0.2% | 0.54% | - |
| HSV(B) | 37.83º | 0.29% | 0.63% | - |
| XYZ | 27.77 | 28.76 | 20.31 | - |
| YUV | 145.78 | 110.63 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 115 | 0 | 0.11 | 0.29 | 0.37 | 37.83 | 0.2 | 0.54 |
| Hex | A1 | 90 | 73 | 0 | B | 1D | 25 | 26 | 14 | 36 |
| Octal | 241 | 220 | 163 | 0 | 13 | 35 | 45 | 46 | 24 | 66 |
| Binary | 10100001 | 10010000 | 1110011 | 0 | 1011 | 11101 | 100101 | 100110 | 10100 | 110110 |
Color Harmonies of #A19073
Complementary color
Monochromatic Colors of #A19073
Black with #A19073
Text Example
Text Example
White with #A19073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19073; }
p { color: rgb(161,144,115); }
H1.HeaderClassName
{
color: #A19073;
}
.AnyTagClassName
{
color: #A19073;
}
</style>
background-color css
<style>
a { background-color: #A19073; }
a { background-color: rgb(161,144,115); }
div.DivClassName
{
background-color: #A19073;
}
.BgClassName
{
background-color: #A19073;
}
</style>
border-color css
<style>
span { border-color: #A19073; }
span { border-color: rgb(161,144,115); }
td.TdClassName
{
border-color: #A19073;
}
.TagClassName
{
border-color: #A19073;
}
</style>