Shades of Pale Oyster #A1906A
Tints of Pale Oyster #A1906A
RGB
CMYK
RGB Variations
Color information
#A1906A (or 0xA1906A) is known color: Pale Oyster. HEX triplet: A1, 90 and 6A. RGB value is (161,144,106). Sum of RGB (Red+Green+Blue) = 161+144+106=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 161 - color contains mainly: red. Hex color #A1906A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1906A is #5E6F95. Grayscale: #909090. Windows color (decimal): -6188950 or 6983841. OLE color: 6983841.
HSL color Cylindrical-coordinate representation of color #A1906A: hue angle of 41.45º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1906A is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 144 | 106 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.37 |
| HSL | 41.45º | 0.23% | 0.52% | - |
| HSV(B) | 41.45º | 0.34% | 0.63% | - |
| XYZ | 27.27 | 28.56 | 17.71 | - |
| YUV | 144.75 | 106.13 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 106 | 0 | 0.11 | 0.34 | 0.37 | 41.45 | 0.23 | 0.52 |
| Hex | A1 | 90 | 6A | 0 | B | 22 | 25 | 29 | 17 | 34 |
| Octal | 241 | 220 | 152 | 0 | 13 | 42 | 45 | 51 | 27 | 64 |
| Binary | 10100001 | 10010000 | 1101010 | 0 | 1011 | 100010 | 100101 | 101001 | 10111 | 110100 |
Color Harmonies of #A1906A
Complementary color
Monochromatic Colors of #A1906A
Black with #A1906A
Text Example
Text Example
White with #A1906A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1906A; }
p { color: rgb(161,144,106); }
H1.HeaderClassName
{
color: #A1906A;
}
.AnyTagClassName
{
color: #A1906A;
}
</style>
background-color css
<style>
a { background-color: #A1906A; }
a { background-color: rgb(161,144,106); }
div.DivClassName
{
background-color: #A1906A;
}
.BgClassName
{
background-color: #A1906A;
}
</style>
border-color css
<style>
span { border-color: #A1906A; }
span { border-color: rgb(161,144,106); }
td.TdClassName
{
border-color: #A1906A;
}
.TagClassName
{
border-color: #A1906A;
}
</style>