Shades of Pale Oyster #A28D6C
Tints of Pale Oyster #A28D6C
RGB
CMYK
RGB Variations
Color information
#A28D6C (or 0xA28D6C) is known color: Pale Oyster. HEX triplet: A2, 8D and 6C. RGB value is (162,141,108). Sum of RGB (Red+Green+Blue) = 162+141+108=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28D6C is #5D7293. Grayscale: #8F8F8F. Windows color (decimal): -6124180 or 7114146. OLE color: 7114146.
HSL color Cylindrical-coordinate representation of color #A28D6C: hue angle of 36.67º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A28D6C is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 141 | 108 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.36 |
| HSL | 36.67º | 0.23% | 0.53% | - |
| HSV(B) | 36.67º | 0.33% | 0.64% | - |
| XYZ | 27.13 | 27.81 | 18.13 | - |
| YUV | 143.52 | 107.96 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 108 | 0 | 0.13 | 0.33 | 0.36 | 36.67 | 0.23 | 0.53 |
| Hex | A2 | 8D | 6C | 0 | D | 21 | 24 | 25 | 16 | 35 |
| Octal | 242 | 215 | 154 | 0 | 15 | 41 | 44 | 45 | 26 | 65 |
| Binary | 10100010 | 10001101 | 1101100 | 0 | 1101 | 100001 | 100100 | 100101 | 10110 | 110101 |
Color Harmonies of #A28D6C
Complementary color
Monochromatic Colors of #A28D6C
Black with #A28D6C
Text Example
Text Example
White with #A28D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28D6C; }
p { color: rgb(162,141,108); }
H1.HeaderClassName
{
color: #A28D6C;
}
.AnyTagClassName
{
color: #A28D6C;
}
</style>
background-color css
<style>
a { background-color: #A28D6C; }
a { background-color: rgb(162,141,108); }
div.DivClassName
{
background-color: #A28D6C;
}
.BgClassName
{
background-color: #A28D6C;
}
</style>
border-color css
<style>
span { border-color: #A28D6C; }
span { border-color: rgb(162,141,108); }
td.TdClassName
{
border-color: #A28D6C;
}
.TagClassName
{
border-color: #A28D6C;
}
</style>