Shades of Pale Oyster #A4936C
Tints of Pale Oyster #A4936C
RGB
CMYK
RGB Variations
Color information
#A4936C (or 0xA4936C) is known color: Pale Oyster. HEX triplet: A4, 93 and 6C. RGB value is (164,147,108). Sum of RGB (Red+Green+Blue) = 164+147+108=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 164 - color contains mainly: red. Hex color #A4936C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4936C is #5B6C93. Grayscale: #939393. Windows color (decimal): -5991572 or 7115684. OLE color: 7115684.
HSL color Cylindrical-coordinate representation of color #A4936C: hue angle of 41.79º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4936C is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 147 | 108 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.36 |
| HSL | 41.79º | 0.24% | 0.53% | - |
| HSV(B) | 41.79º | 0.34% | 0.64% | - |
| XYZ | 28.45 | 29.84 | 18.45 | - |
| YUV | 147.64 | 105.63 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 147 | 108 | 0 | 0.10 | 0.34 | 0.36 | 41.79 | 0.24 | 0.53 |
| Hex | A4 | 93 | 6C | 0 | A | 22 | 24 | 2A | 18 | 35 |
| Octal | 244 | 223 | 154 | 0 | 12 | 42 | 44 | 52 | 30 | 65 |
| Binary | 10100100 | 10010011 | 1101100 | 0 | 1010 | 100010 | 100100 | 101010 | 11000 | 110101 |
Color Harmonies of #A4936C
Complementary color
Monochromatic Colors of #A4936C
Black with #A4936C
Text Example
Text Example
White with #A4936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4936C; }
p { color: rgb(164,147,108); }
H1.HeaderClassName
{
color: #A4936C;
}
.AnyTagClassName
{
color: #A4936C;
}
</style>
background-color css
<style>
a { background-color: #A4936C; }
a { background-color: rgb(164,147,108); }
div.DivClassName
{
background-color: #A4936C;
}
.BgClassName
{
background-color: #A4936C;
}
</style>
border-color css
<style>
span { border-color: #A4936C; }
span { border-color: rgb(164,147,108); }
td.TdClassName
{
border-color: #A4936C;
}
.TagClassName
{
border-color: #A4936C;
}
</style>