Shades of Pale Oyster #A19063
Tints of Pale Oyster #A19063
RGB
CMYK
RGB Variations
Color information
#A19063 (or 0xA19063) is known color: Pale Oyster. HEX triplet: A1, 90 and 63. RGB value is (161,144,99). Sum of RGB (Red+Green+Blue) = 161+144+99=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 161 - color contains mainly: red. Hex color #A19063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19063 is #5E6F9C. Grayscale: #909090. Windows color (decimal): -6188957 or 6525089. OLE color: 6525089.
HSL color Cylindrical-coordinate representation of color #A19063: hue angle of 43.55º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A19063 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 144 | 99 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.37 |
| HSL | 43.55º | 0.25% | 0.51% | - |
| HSV(B) | 43.55º | 0.39% | 0.63% | - |
| XYZ | 26.92 | 28.42 | 15.87 | - |
| YUV | 143.95 | 102.63 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 99 | 0 | 0.11 | 0.39 | 0.37 | 43.55 | 0.25 | 0.51 |
| Hex | A1 | 90 | 63 | 0 | B | 27 | 25 | 2C | 19 | 33 |
| Octal | 241 | 220 | 143 | 0 | 13 | 47 | 45 | 54 | 31 | 63 |
| Binary | 10100001 | 10010000 | 1100011 | 0 | 1011 | 100111 | 100101 | 101100 | 11001 | 110011 |
Color Harmonies of #A19063
Complementary color
Monochromatic Colors of #A19063
Black with #A19063
Text Example
Text Example
White with #A19063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19063; }
p { color: rgb(161,144,99); }
H1.HeaderClassName
{
color: #A19063;
}
.AnyTagClassName
{
color: #A19063;
}
</style>
background-color css
<style>
a { background-color: #A19063; }
a { background-color: rgb(161,144,99); }
div.DivClassName
{
background-color: #A19063;
}
.BgClassName
{
background-color: #A19063;
}
</style>
border-color css
<style>
span { border-color: #A19063; }
span { border-color: rgb(161,144,99); }
td.TdClassName
{
border-color: #A19063;
}
.TagClassName
{
border-color: #A19063;
}
</style>