Shades of Pale Oyster #A39270
Tints of Pale Oyster #A39270
RGB
CMYK
RGB Variations
Color information
#A39270 (or 0xA39270) is known color: Pale Oyster. HEX triplet: A3, 92 and 70. RGB value is (163,146,112). Sum of RGB (Red+Green+Blue) = 163+146+112=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 163 - color contains mainly: red. Hex color #A39270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39270 is #5C6D8F. Grayscale: #939393. Windows color (decimal): -6057360 or 7377571. OLE color: 7377571.
HSL color Cylindrical-coordinate representation of color #A39270: hue angle of 40º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A39270 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 146 | 112 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.36 |
| HSL | 40º | 0.22% | 0.54% | - |
| HSV(B) | 40º | 0.31% | 0.64% | - |
| XYZ | 28.31 | 29.51 | 19.53 | - |
| YUV | 147.21 | 108.13 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 146 | 112 | 0 | 0.10 | 0.31 | 0.36 | 40 | 0.22 | 0.54 |
| Hex | A3 | 92 | 70 | 0 | A | 1F | 24 | 28 | 16 | 36 |
| Octal | 243 | 222 | 160 | 0 | 12 | 37 | 44 | 50 | 26 | 66 |
| Binary | 10100011 | 10010010 | 1110000 | 0 | 1010 | 11111 | 100100 | 101000 | 10110 | 110110 |
Color Harmonies of #A39270
Complementary color
Monochromatic Colors of #A39270
Black with #A39270
Text Example
Text Example
White with #A39270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39270; }
p { color: rgb(163,146,112); }
H1.HeaderClassName
{
color: #A39270;
}
.AnyTagClassName
{
color: #A39270;
}
</style>
background-color css
<style>
a { background-color: #A39270; }
a { background-color: rgb(163,146,112); }
div.DivClassName
{
background-color: #A39270;
}
.BgClassName
{
background-color: #A39270;
}
</style>
border-color css
<style>
span { border-color: #A39270; }
span { border-color: rgb(163,146,112); }
td.TdClassName
{
border-color: #A39270;
}
.TagClassName
{
border-color: #A39270;
}
</style>