Shades of Pale Oyster #A2936C
Tints of Pale Oyster #A2936C
RGB
CMYK
RGB Variations
Color information
#A2936C (or 0xA2936C) is known color: Pale Oyster. HEX triplet: A2, 93 and 6C. RGB value is (162,147,108). Sum of RGB (Red+Green+Blue) = 162+147+108=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 162 - color contains mainly: red. Hex color #A2936C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2936C is #5D6C93. Grayscale: #939393. Windows color (decimal): -6122644 or 7115682. OLE color: 7115682.
HSL color Cylindrical-coordinate representation of color #A2936C: hue angle of 43.33º 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 #A2936C is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 147 | 108 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.36 |
| HSL | 43.33º | 0.23% | 0.53% | - |
| HSV(B) | 43.33º | 0.33% | 0.64% | - |
| XYZ | 28.04 | 29.63 | 18.43 | - |
| YUV | 147.04 | 105.97 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 147 | 108 | 0 | 0.09 | 0.33 | 0.36 | 43.33 | 0.23 | 0.53 |
| Hex | A2 | 93 | 6C | 0 | 9 | 21 | 24 | 2B | 16 | 35 |
| Octal | 242 | 223 | 154 | 0 | 11 | 41 | 44 | 53 | 26 | 65 |
| Binary | 10100010 | 10010011 | 1101100 | 0 | 1001 | 100001 | 100100 | 101011 | 10110 | 110101 |
Color Harmonies of #A2936C
Complementary color
Monochromatic Colors of #A2936C
Black with #A2936C
Text Example
Text Example
White with #A2936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2936C; }
p { color: rgb(162,147,108); }
H1.HeaderClassName
{
color: #A2936C;
}
.AnyTagClassName
{
color: #A2936C;
}
</style>
background-color css
<style>
a { background-color: #A2936C; }
a { background-color: rgb(162,147,108); }
div.DivClassName
{
background-color: #A2936C;
}
.BgClassName
{
background-color: #A2936C;
}
</style>
border-color css
<style>
span { border-color: #A2936C; }
span { border-color: rgb(162,147,108); }
td.TdClassName
{
border-color: #A2936C;
}
.TagClassName
{
border-color: #A2936C;
}
</style>