Shades of Pale Oyster #A1916D
Tints of Pale Oyster #A1916D
RGB
CMYK
RGB Variations
Color information
#A1916D (or 0xA1916D) is known color: Pale Oyster. HEX triplet: A1, 91 and 6D. RGB value is (161,145,109). Sum of RGB (Red+Green+Blue) = 161+145+109=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 161 - color contains mainly: red. Hex color #A1916D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1916D is #5E6E92. Grayscale: #919191. Windows color (decimal): -6188691 or 7180705. OLE color: 7180705.
HSL color Cylindrical-coordinate representation of color #A1916D: hue angle of 41.54º degrees, saturation: 0.22, 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 #A1916D is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 145 | 109 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.37 |
| HSL | 41.54º | 0.22% | 0.53% | - |
| HSV(B) | 41.54º | 0.32% | 0.63% | - |
| XYZ | 27.58 | 28.93 | 18.6 | - |
| YUV | 145.68 | 107.3 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 109 | 0 | 0.10 | 0.32 | 0.37 | 41.54 | 0.22 | 0.53 |
| Hex | A1 | 91 | 6D | 0 | A | 20 | 25 | 2A | 16 | 35 |
| Octal | 241 | 221 | 155 | 0 | 12 | 40 | 45 | 52 | 26 | 65 |
| Binary | 10100001 | 10010001 | 1101101 | 0 | 1010 | 100000 | 100101 | 101010 | 10110 | 110101 |
Color Harmonies of #A1916D
Complementary color
Monochromatic Colors of #A1916D
Black with #A1916D
Text Example
Text Example
White with #A1916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1916D; }
p { color: rgb(161,145,109); }
H1.HeaderClassName
{
color: #A1916D;
}
.AnyTagClassName
{
color: #A1916D;
}
</style>
background-color css
<style>
a { background-color: #A1916D; }
a { background-color: rgb(161,145,109); }
div.DivClassName
{
background-color: #A1916D;
}
.BgClassName
{
background-color: #A1916D;
}
</style>
border-color css
<style>
span { border-color: #A1916D; }
span { border-color: rgb(161,145,109); }
td.TdClassName
{
border-color: #A1916D;
}
.TagClassName
{
border-color: #A1916D;
}
</style>