Shades of Pale Oyster #A49065
Tints of Pale Oyster #A49065
RGB
CMYK
RGB Variations
Color information
#A49065 (or 0xA49065) is known color: Pale Oyster. HEX triplet: A4, 90 and 65. RGB value is (164,144,101). Sum of RGB (Red+Green+Blue) = 164+144+101=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A49065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49065 is #5B6F9A. Grayscale: #919191. Windows color (decimal): -5992347 or 6656164. OLE color: 6656164.
HSL color Cylindrical-coordinate representation of color #A49065: hue angle of 40.95º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A49065 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 144 | 101 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.36 |
| HSL | 40.95º | 0.26% | 0.52% | - |
| HSV(B) | 40.95º | 0.38% | 0.64% | - |
| XYZ | 27.63 | 28.78 | 16.41 | - |
| YUV | 145.08 | 103.13 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 144 | 101 | 0 | 0.12 | 0.38 | 0.36 | 40.95 | 0.26 | 0.52 |
| Hex | A4 | 90 | 65 | 0 | C | 26 | 24 | 29 | 1A | 34 |
| Octal | 244 | 220 | 145 | 0 | 14 | 46 | 44 | 51 | 32 | 64 |
| Binary | 10100100 | 10010000 | 1100101 | 0 | 1100 | 100110 | 100100 | 101001 | 11010 | 110100 |
Color Harmonies of #A49065
Complementary color
Monochromatic Colors of #A49065
Black with #A49065
Text Example
Text Example
White with #A49065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49065; }
p { color: rgb(164,144,101); }
H1.HeaderClassName
{
color: #A49065;
}
.AnyTagClassName
{
color: #A49065;
}
</style>
background-color css
<style>
a { background-color: #A49065; }
a { background-color: rgb(164,144,101); }
div.DivClassName
{
background-color: #A49065;
}
.BgClassName
{
background-color: #A49065;
}
</style>
border-color css
<style>
span { border-color: #A49065; }
span { border-color: rgb(164,144,101); }
td.TdClassName
{
border-color: #A49065;
}
.TagClassName
{
border-color: #A49065;
}
</style>