Shades of Pale Oyster #A4906C
Tints of Pale Oyster #A4906C
RGB
CMYK
RGB Variations
Color information
#A4906C (or 0xA4906C) is known color: Pale Oyster. HEX triplet: A4, 90 and 6C. RGB value is (164,144,108). Sum of RGB (Red+Green+Blue) = 164+144+108=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 164 - color contains mainly: red. Hex color #A4906C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4906C is #5B6F93. Grayscale: #929292. Windows color (decimal): -5992340 or 7114916. OLE color: 7114916.
HSL color Cylindrical-coordinate representation of color #A4906C: hue angle of 38.57º 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 #A4906C is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 144 | 108 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.36 |
| HSL | 38.57º | 0.24% | 0.53% | - |
| HSV(B) | 38.57º | 0.34% | 0.64% | - |
| XYZ | 27.99 | 28.92 | 18.29 | - |
| YUV | 145.88 | 106.63 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 144 | 108 | 0 | 0.12 | 0.34 | 0.36 | 38.57 | 0.24 | 0.53 |
| Hex | A4 | 90 | 6C | 0 | C | 22 | 24 | 27 | 18 | 35 |
| Octal | 244 | 220 | 154 | 0 | 14 | 42 | 44 | 47 | 30 | 65 |
| Binary | 10100100 | 10010000 | 1101100 | 0 | 1100 | 100010 | 100100 | 100111 | 11000 | 110101 |
Color Harmonies of #A4906C
Complementary color
Monochromatic Colors of #A4906C
Black with #A4906C
Text Example
Text Example
White with #A4906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4906C; }
p { color: rgb(164,144,108); }
H1.HeaderClassName
{
color: #A4906C;
}
.AnyTagClassName
{
color: #A4906C;
}
</style>
background-color css
<style>
a { background-color: #A4906C; }
a { background-color: rgb(164,144,108); }
div.DivClassName
{
background-color: #A4906C;
}
.BgClassName
{
background-color: #A4906C;
}
</style>
border-color css
<style>
span { border-color: #A4906C; }
span { border-color: rgb(164,144,108); }
td.TdClassName
{
border-color: #A4906C;
}
.TagClassName
{
border-color: #A4906C;
}
</style>