Shades of Pale Oyster #A28D66
Tints of Pale Oyster #A28D66
RGB
CMYK
RGB Variations
Color information
#A28D66 (or 0xA28D66) is known color: Pale Oyster. HEX triplet: A2, 8D and 66. RGB value is (162,141,102). Sum of RGB (Red+Green+Blue) = 162+141+102=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28D66 is #5D7299. Grayscale: #8F8F8F. Windows color (decimal): -6124186 or 6720930. OLE color: 6720930.
HSL color Cylindrical-coordinate representation of color #A28D66: hue angle of 39º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A28D66 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 141 | 102 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.36 |
| HSL | 39º | 0.24% | 0.52% | - |
| HSV(B) | 39º | 0.37% | 0.64% | - |
| XYZ | 26.82 | 27.69 | 16.5 | - |
| YUV | 142.83 | 104.96 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 102 | 0 | 0.13 | 0.37 | 0.36 | 39 | 0.24 | 0.52 |
| Hex | A2 | 8D | 66 | 0 | D | 25 | 24 | 27 | 18 | 34 |
| Octal | 242 | 215 | 146 | 0 | 15 | 45 | 44 | 47 | 30 | 64 |
| Binary | 10100010 | 10001101 | 1100110 | 0 | 1101 | 100101 | 100100 | 100111 | 11000 | 110100 |
Color Harmonies of #A28D66
Complementary color
Monochromatic Colors of #A28D66
Black with #A28D66
Text Example
Text Example
White with #A28D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28D66; }
p { color: rgb(162,141,102); }
H1.HeaderClassName
{
color: #A28D66;
}
.AnyTagClassName
{
color: #A28D66;
}
</style>
background-color css
<style>
a { background-color: #A28D66; }
a { background-color: rgb(162,141,102); }
div.DivClassName
{
background-color: #A28D66;
}
.BgClassName
{
background-color: #A28D66;
}
</style>
border-color css
<style>
span { border-color: #A28D66; }
span { border-color: rgb(162,141,102); }
td.TdClassName
{
border-color: #A28D66;
}
.TagClassName
{
border-color: #A28D66;
}
</style>