Shades of Pale Oyster #A28D6B
Tints of Pale Oyster #A28D6B
RGB
CMYK
RGB Variations
Color information
#A28D6B (or 0xA28D6B) is known color: Pale Oyster. HEX triplet: A2, 8D and 6B. RGB value is (162,141,107). Sum of RGB (Red+Green+Blue) = 162+141+107=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28D6B is #5D7294. Grayscale: #8F8F8F. Windows color (decimal): -6124181 or 7048610. OLE color: 7048610.
HSL color Cylindrical-coordinate representation of color #A28D6B: hue angle of 37.09º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A28D6B is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 141 | 107 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.36 |
| HSL | 37.09º | 0.23% | 0.53% | - |
| HSV(B) | 37.09º | 0.34% | 0.64% | - |
| XYZ | 27.08 | 27.79 | 17.85 | - |
| YUV | 143.4 | 107.46 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 107 | 0 | 0.13 | 0.34 | 0.36 | 37.09 | 0.23 | 0.53 |
| Hex | A2 | 8D | 6B | 0 | D | 22 | 24 | 25 | 17 | 35 |
| Octal | 242 | 215 | 153 | 0 | 15 | 42 | 44 | 45 | 27 | 65 |
| Binary | 10100010 | 10001101 | 1101011 | 0 | 1101 | 100010 | 100100 | 100101 | 10111 | 110101 |
Color Harmonies of #A28D6B
Complementary color
Monochromatic Colors of #A28D6B
Black with #A28D6B
Text Example
Text Example
White with #A28D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28D6B; }
p { color: rgb(162,141,107); }
H1.HeaderClassName
{
color: #A28D6B;
}
.AnyTagClassName
{
color: #A28D6B;
}
</style>
background-color css
<style>
a { background-color: #A28D6B; }
a { background-color: rgb(162,141,107); }
div.DivClassName
{
background-color: #A28D6B;
}
.BgClassName
{
background-color: #A28D6B;
}
</style>
border-color css
<style>
span { border-color: #A28D6B; }
span { border-color: rgb(162,141,107); }
td.TdClassName
{
border-color: #A28D6B;
}
.TagClassName
{
border-color: #A28D6B;
}
</style>