Shades of Pale Oyster #A39169
Tints of Pale Oyster #A39169
RGB
CMYK
RGB Variations
Color information
#A39169 (or 0xA39169) is known color: Pale Oyster. HEX triplet: A3, 91 and 69. RGB value is (163,145,105). Sum of RGB (Red+Green+Blue) = 163+145+105=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 163 - color contains mainly: red. Hex color #A39169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39169 is #5C6E96. Grayscale: #929292. Windows color (decimal): -6057623 or 6918563. OLE color: 6918563.
HSL color Cylindrical-coordinate representation of color #A39169: hue angle of 41.38º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A39169 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 145 | 105 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.36 |
| HSL | 41.38º | 0.24% | 0.53% | - |
| HSV(B) | 41.38º | 0.36% | 0.64% | - |
| XYZ | 27.78 | 29.06 | 17.51 | - |
| YUV | 145.82 | 104.96 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 145 | 105 | 0 | 0.11 | 0.36 | 0.36 | 41.38 | 0.24 | 0.53 |
| Hex | A3 | 91 | 69 | 0 | B | 24 | 24 | 29 | 18 | 35 |
| Octal | 243 | 221 | 151 | 0 | 13 | 44 | 44 | 51 | 30 | 65 |
| Binary | 10100011 | 10010001 | 1101001 | 0 | 1011 | 100100 | 100100 | 101001 | 11000 | 110101 |
Color Harmonies of #A39169
Complementary color
Monochromatic Colors of #A39169
Black with #A39169
Text Example
Text Example
White with #A39169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39169; }
p { color: rgb(163,145,105); }
H1.HeaderClassName
{
color: #A39169;
}
.AnyTagClassName
{
color: #A39169;
}
</style>
background-color css
<style>
a { background-color: #A39169; }
a { background-color: rgb(163,145,105); }
div.DivClassName
{
background-color: #A39169;
}
.BgClassName
{
background-color: #A39169;
}
</style>
border-color css
<style>
span { border-color: #A39169; }
span { border-color: rgb(163,145,105); }
td.TdClassName
{
border-color: #A39169;
}
.TagClassName
{
border-color: #A39169;
}
</style>