Shades of Pale Oyster #A39068
Tints of Pale Oyster #A39068
RGB
CMYK
RGB Variations
Color information
#A39068 (or 0xA39068) is known color: Pale Oyster. HEX triplet: A3, 90 and 68. RGB value is (163,144,104). Sum of RGB (Red+Green+Blue) = 163+144+104=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 163 - color contains mainly: red. Hex color #A39068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39068 is #5C6F97. Grayscale: #919191. Windows color (decimal): -6057880 or 6852771. OLE color: 6852771.
HSL color Cylindrical-coordinate representation of color #A39068: hue angle of 40.68º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A39068 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 144 | 104 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.36 |
| HSL | 40.68º | 0.24% | 0.52% | - |
| HSV(B) | 40.68º | 0.36% | 0.64% | - |
| XYZ | 27.58 | 28.73 | 17.19 | - |
| YUV | 145.12 | 104.79 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 144 | 104 | 0 | 0.12 | 0.36 | 0.36 | 40.68 | 0.24 | 0.52 |
| Hex | A3 | 90 | 68 | 0 | C | 24 | 24 | 29 | 18 | 34 |
| Octal | 243 | 220 | 150 | 0 | 14 | 44 | 44 | 51 | 30 | 64 |
| Binary | 10100011 | 10010000 | 1101000 | 0 | 1100 | 100100 | 100100 | 101001 | 11000 | 110100 |
Color Harmonies of #A39068
Complementary color
Monochromatic Colors of #A39068
Black with #A39068
Text Example
Text Example
White with #A39068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39068; }
p { color: rgb(163,144,104); }
H1.HeaderClassName
{
color: #A39068;
}
.AnyTagClassName
{
color: #A39068;
}
</style>
background-color css
<style>
a { background-color: #A39068; }
a { background-color: rgb(163,144,104); }
div.DivClassName
{
background-color: #A39068;
}
.BgClassName
{
background-color: #A39068;
}
</style>
border-color css
<style>
span { border-color: #A39068; }
span { border-color: rgb(163,144,104); }
td.TdClassName
{
border-color: #A39068;
}
.TagClassName
{
border-color: #A39068;
}
</style>