Shades of Pale Oyster #A39178
Tints of Pale Oyster #A39178
RGB
CMYK
RGB Variations
Color information
#A39178 (or 0xA39178) is known color: Pale Oyster. HEX triplet: A3, 91 and 78. RGB value is (163,145,120). Sum of RGB (Red+Green+Blue) = 163+145+120=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 163 - color contains mainly: red. Hex color #A39178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39178 is #5C6E87. Grayscale: #939393. Windows color (decimal): -6057608 or 7901603. OLE color: 7901603.
HSL color Cylindrical-coordinate representation of color #A39178: hue angle of 34.88º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A39178 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 145 | 120 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.36 |
| HSL | 34.88º | 0.19% | 0.55% | - |
| HSV(B) | 34.88º | 0.26% | 0.64% | - |
| XYZ | 28.62 | 29.39 | 21.93 | - |
| YUV | 147.53 | 112.46 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 145 | 120 | 0 | 0.11 | 0.26 | 0.36 | 34.88 | 0.19 | 0.55 |
| Hex | A3 | 91 | 78 | 0 | B | 1A | 24 | 23 | 13 | 37 |
| Octal | 243 | 221 | 170 | 0 | 13 | 32 | 44 | 43 | 23 | 67 |
| Binary | 10100011 | 10010001 | 1111000 | 0 | 1011 | 11010 | 100100 | 100011 | 10011 | 110111 |
Color Harmonies of #A39178
Complementary color
Monochromatic Colors of #A39178
Black with #A39178
Text Example
Text Example
White with #A39178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39178; }
p { color: rgb(163,145,120); }
H1.HeaderClassName
{
color: #A39178;
}
.AnyTagClassName
{
color: #A39178;
}
</style>
background-color css
<style>
a { background-color: #A39178; }
a { background-color: rgb(163,145,120); }
div.DivClassName
{
background-color: #A39178;
}
.BgClassName
{
background-color: #A39178;
}
</style>
border-color css
<style>
span { border-color: #A39178; }
span { border-color: rgb(163,145,120); }
td.TdClassName
{
border-color: #A39178;
}
.TagClassName
{
border-color: #A39178;
}
</style>