Shades of Pale Oyster #A39075
Tints of Pale Oyster #A39075
RGB
CMYK
RGB Variations
Color information
#A39075 (or 0xA39075) is known color: Pale Oyster. HEX triplet: A3, 90 and 75. RGB value is (163,144,117). Sum of RGB (Red+Green+Blue) = 163+144+117=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 163 - color contains mainly: red. Hex color #A39075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39075 is #5C6F8A. Grayscale: #929292. Windows color (decimal): -6057867 or 7704739. OLE color: 7704739.
HSL color Cylindrical-coordinate representation of color #A39075: hue angle of 35.22º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A39075 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 144 | 117 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.36 |
| HSL | 35.22º | 0.2% | 0.55% | - |
| HSV(B) | 35.22º | 0.28% | 0.64% | - |
| XYZ | 28.29 | 29.02 | 20.94 | - |
| YUV | 146.6 | 111.29 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 144 | 117 | 0 | 0.12 | 0.28 | 0.36 | 35.22 | 0.2 | 0.55 |
| Hex | A3 | 90 | 75 | 0 | C | 1C | 24 | 23 | 14 | 37 |
| Octal | 243 | 220 | 165 | 0 | 14 | 34 | 44 | 43 | 24 | 67 |
| Binary | 10100011 | 10010000 | 1110101 | 0 | 1100 | 11100 | 100100 | 100011 | 10100 | 110111 |
Color Harmonies of #A39075
Complementary color
Monochromatic Colors of #A39075
Black with #A39075
Text Example
Text Example
White with #A39075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39075; }
p { color: rgb(163,144,117); }
H1.HeaderClassName
{
color: #A39075;
}
.AnyTagClassName
{
color: #A39075;
}
</style>
background-color css
<style>
a { background-color: #A39075; }
a { background-color: rgb(163,144,117); }
div.DivClassName
{
background-color: #A39075;
}
.BgClassName
{
background-color: #A39075;
}
</style>
border-color css
<style>
span { border-color: #A39075; }
span { border-color: rgb(163,144,117); }
td.TdClassName
{
border-color: #A39075;
}
.TagClassName
{
border-color: #A39075;
}
</style>