Shades of Pale Oyster #A1906D
Tints of Pale Oyster #A1906D
RGB
CMYK
RGB Variations
Color information
#A1906D (or 0xA1906D) is known color: Pale Oyster. HEX triplet: A1, 90 and 6D. RGB value is (161,144,109). Sum of RGB (Red+Green+Blue) = 161+144+109=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 161 - color contains mainly: red. Hex color #A1906D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1906D is #5E6F92. Grayscale: #919191. Windows color (decimal): -6188947 or 7180449. OLE color: 7180449.
HSL color Cylindrical-coordinate representation of color #A1906D: hue angle of 40.38º 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 #A1906D is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 144 | 109 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.37 |
| HSL | 40.38º | 0.22% | 0.53% | - |
| HSV(B) | 40.38º | 0.32% | 0.63% | - |
| XYZ | 27.43 | 28.63 | 18.55 | - |
| YUV | 145.09 | 107.63 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 109 | 0 | 0.11 | 0.32 | 0.37 | 40.38 | 0.22 | 0.53 |
| Hex | A1 | 90 | 6D | 0 | B | 20 | 25 | 28 | 16 | 35 |
| Octal | 241 | 220 | 155 | 0 | 13 | 40 | 45 | 50 | 26 | 65 |
| Binary | 10100001 | 10010000 | 1101101 | 0 | 1011 | 100000 | 100101 | 101000 | 10110 | 110101 |
Color Harmonies of #A1906D
Complementary color
Monochromatic Colors of #A1906D
Black with #A1906D
Text Example
Text Example
White with #A1906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1906D; }
p { color: rgb(161,144,109); }
H1.HeaderClassName
{
color: #A1906D;
}
.AnyTagClassName
{
color: #A1906D;
}
</style>
background-color css
<style>
a { background-color: #A1906D; }
a { background-color: rgb(161,144,109); }
div.DivClassName
{
background-color: #A1906D;
}
.BgClassName
{
background-color: #A1906D;
}
</style>
border-color css
<style>
span { border-color: #A1906D; }
span { border-color: rgb(161,144,109); }
td.TdClassName
{
border-color: #A1906D;
}
.TagClassName
{
border-color: #A1906D;
}
</style>