Shades of Pale Oyster #A19065
Tints of Pale Oyster #A19065
RGB
CMYK
RGB Variations
Color information
#A19065 (or 0xA19065) is known color: Pale Oyster. HEX triplet: A1, 90 and 65. RGB value is (161,144,101). Sum of RGB (Red+Green+Blue) = 161+144+101=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 161 - color contains mainly: red. Hex color #A19065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19065 is #5E6F9A. Grayscale: #909090. Windows color (decimal): -6188955 or 6656161. OLE color: 6656161.
HSL color Cylindrical-coordinate representation of color #A19065: hue angle of 43º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A19065 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 144 | 101 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.37 |
| HSL | 43º | 0.24% | 0.51% | - |
| HSV(B) | 43º | 0.37% | 0.63% | - |
| XYZ | 27.02 | 28.46 | 16.38 | - |
| YUV | 144.18 | 103.63 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 101 | 0 | 0.11 | 0.37 | 0.37 | 43 | 0.24 | 0.51 |
| Hex | A1 | 90 | 65 | 0 | B | 25 | 25 | 2B | 18 | 33 |
| Octal | 241 | 220 | 145 | 0 | 13 | 45 | 45 | 53 | 30 | 63 |
| Binary | 10100001 | 10010000 | 1100101 | 0 | 1011 | 100101 | 100101 | 101011 | 11000 | 110011 |
Color Harmonies of #A19065
Complementary color
Monochromatic Colors of #A19065
Black with #A19065
Text Example
Text Example
White with #A19065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19065; }
p { color: rgb(161,144,101); }
H1.HeaderClassName
{
color: #A19065;
}
.AnyTagClassName
{
color: #A19065;
}
</style>
background-color css
<style>
a { background-color: #A19065; }
a { background-color: rgb(161,144,101); }
div.DivClassName
{
background-color: #A19065;
}
.BgClassName
{
background-color: #A19065;
}
</style>
border-color css
<style>
span { border-color: #A19065; }
span { border-color: rgb(161,144,101); }
td.TdClassName
{
border-color: #A19065;
}
.TagClassName
{
border-color: #A19065;
}
</style>