Shades of Pale Oyster #A1916F
Tints of Pale Oyster #A1916F
RGB
CMYK
RGB Variations
Color information
#A1916F (or 0xA1916F) is known color: Pale Oyster. HEX triplet: A1, 91 and 6F. RGB value is (161,145,111). Sum of RGB (Red+Green+Blue) = 161+145+111=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 161 - color contains mainly: red. Hex color #A1916F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1916F is #5E6E90. Grayscale: #929292. Windows color (decimal): -6188689 or 7311777. OLE color: 7311777.
HSL color Cylindrical-coordinate representation of color #A1916F: hue angle of 40.8º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1916F is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 145 | 111 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.37 |
| HSL | 40.8º | 0.21% | 0.53% | - |
| HSV(B) | 40.8º | 0.31% | 0.63% | - |
| XYZ | 27.69 | 28.98 | 19.17 | - |
| YUV | 145.91 | 108.3 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 111 | 0 | 0.10 | 0.31 | 0.37 | 40.8 | 0.21 | 0.53 |
| Hex | A1 | 91 | 6F | 0 | A | 1F | 25 | 29 | 15 | 35 |
| Octal | 241 | 221 | 157 | 0 | 12 | 37 | 45 | 51 | 25 | 65 |
| Binary | 10100001 | 10010001 | 1101111 | 0 | 1010 | 11111 | 100101 | 101001 | 10101 | 110101 |
Color Harmonies of #A1916F
Complementary color
Monochromatic Colors of #A1916F
Black with #A1916F
Text Example
Text Example
White with #A1916F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1916F; }
p { color: rgb(161,145,111); }
H1.HeaderClassName
{
color: #A1916F;
}
.AnyTagClassName
{
color: #A1916F;
}
</style>
background-color css
<style>
a { background-color: #A1916F; }
a { background-color: rgb(161,145,111); }
div.DivClassName
{
background-color: #A1916F;
}
.BgClassName
{
background-color: #A1916F;
}
</style>
border-color css
<style>
span { border-color: #A1916F; }
span { border-color: rgb(161,145,111); }
td.TdClassName
{
border-color: #A1916F;
}
.TagClassName
{
border-color: #A1916F;
}
</style>