Shades of Pale Oyster #A1916E
Tints of Pale Oyster #A1916E
RGB
CMYK
RGB Variations
Color information
#A1916E (or 0xA1916E) is known color: Pale Oyster. HEX triplet: A1, 91 and 6E. RGB value is (161,145,110). Sum of RGB (Red+Green+Blue) = 161+145+110=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 161 - color contains mainly: red. Hex color #A1916E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1916E is #5E6E91. Grayscale: #919191. Windows color (decimal): -6188690 or 7246241. OLE color: 7246241.
HSL color Cylindrical-coordinate representation of color #A1916E: hue angle of 41.18º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1916E is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 145 | 110 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.37 |
| HSL | 41.18º | 0.21% | 0.53% | - |
| HSV(B) | 41.18º | 0.32% | 0.63% | - |
| XYZ | 27.64 | 28.95 | 18.88 | - |
| YUV | 145.79 | 107.8 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 110 | 0 | 0.10 | 0.32 | 0.37 | 41.18 | 0.21 | 0.53 |
| Hex | A1 | 91 | 6E | 0 | A | 20 | 25 | 29 | 15 | 35 |
| Octal | 241 | 221 | 156 | 0 | 12 | 40 | 45 | 51 | 25 | 65 |
| Binary | 10100001 | 10010001 | 1101110 | 0 | 1010 | 100000 | 100101 | 101001 | 10101 | 110101 |
Color Harmonies of #A1916E
Complementary color
Monochromatic Colors of #A1916E
Black with #A1916E
Text Example
Text Example
White with #A1916E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1916E; }
p { color: rgb(161,145,110); }
H1.HeaderClassName
{
color: #A1916E;
}
.AnyTagClassName
{
color: #A1916E;
}
</style>
background-color css
<style>
a { background-color: #A1916E; }
a { background-color: rgb(161,145,110); }
div.DivClassName
{
background-color: #A1916E;
}
.BgClassName
{
background-color: #A1916E;
}
</style>
border-color css
<style>
span { border-color: #A1916E; }
span { border-color: rgb(161,145,110); }
td.TdClassName
{
border-color: #A1916E;
}
.TagClassName
{
border-color: #A1916E;
}
</style>