Shades of Pale Oyster #A2916B
Tints of Pale Oyster #A2916B
RGB
CMYK
RGB Variations
Color information
#A2916B (or 0xA2916B) is known color: Pale Oyster. HEX triplet: A2, 91 and 6B. RGB value is (162,145,107). Sum of RGB (Red+Green+Blue) = 162+145+107=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A2916B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2916B is #5D6E94. Grayscale: #919191. Windows color (decimal): -6123157 or 7049634. OLE color: 7049634.
HSL color Cylindrical-coordinate representation of color #A2916B: hue angle of 41.45º 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 #A2916B is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 145 | 107 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.36 |
| HSL | 41.45º | 0.23% | 0.53% | - |
| HSV(B) | 41.45º | 0.34% | 0.64% | - |
| XYZ | 27.68 | 28.99 | 18.05 | - |
| YUV | 145.75 | 106.13 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 145 | 107 | 0 | 0.10 | 0.34 | 0.36 | 41.45 | 0.23 | 0.53 |
| Hex | A2 | 91 | 6B | 0 | A | 22 | 24 | 29 | 17 | 35 |
| Octal | 242 | 221 | 153 | 0 | 12 | 42 | 44 | 51 | 27 | 65 |
| Binary | 10100010 | 10010001 | 1101011 | 0 | 1010 | 100010 | 100100 | 101001 | 10111 | 110101 |
Color Harmonies of #A2916B
Complementary color
Monochromatic Colors of #A2916B
Black with #A2916B
Text Example
Text Example
White with #A2916B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2916B; }
p { color: rgb(162,145,107); }
H1.HeaderClassName
{
color: #A2916B;
}
.AnyTagClassName
{
color: #A2916B;
}
</style>
background-color css
<style>
a { background-color: #A2916B; }
a { background-color: rgb(162,145,107); }
div.DivClassName
{
background-color: #A2916B;
}
.BgClassName
{
background-color: #A2916B;
}
</style>
border-color css
<style>
span { border-color: #A2916B; }
span { border-color: rgb(162,145,107); }
td.TdClassName
{
border-color: #A2916B;
}
.TagClassName
{
border-color: #A2916B;
}
</style>