Shades of Pale Oyster #A2916A
Tints of Pale Oyster #A2916A
RGB
CMYK
RGB Variations
Color information
#A2916A (or 0xA2916A) is known color: Pale Oyster. HEX triplet: A2, 91 and 6A. RGB value is (162,145,106). Sum of RGB (Red+Green+Blue) = 162+145+106=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 162 - color contains mainly: red. Hex color #A2916A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2916A is #5D6E95. Grayscale: #919191. Windows color (decimal): -6123158 or 6984098. OLE color: 6984098.
HSL color Cylindrical-coordinate representation of color #A2916A: hue angle of 41.79º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2916A is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 145 | 106 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.36 |
| HSL | 41.79º | 0.23% | 0.53% | - |
| HSV(B) | 41.79º | 0.35% | 0.64% | - |
| XYZ | 27.63 | 28.97 | 17.77 | - |
| YUV | 145.64 | 105.63 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 145 | 106 | 0 | 0.10 | 0.35 | 0.36 | 41.79 | 0.23 | 0.53 |
| Hex | A2 | 91 | 6A | 0 | A | 23 | 24 | 2A | 17 | 35 |
| Octal | 242 | 221 | 152 | 0 | 12 | 43 | 44 | 52 | 27 | 65 |
| Binary | 10100010 | 10010001 | 1101010 | 0 | 1010 | 100011 | 100100 | 101010 | 10111 | 110101 |
Color Harmonies of #A2916A
Complementary color
Monochromatic Colors of #A2916A
Black with #A2916A
Text Example
Text Example
White with #A2916A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2916A; }
p { color: rgb(162,145,106); }
H1.HeaderClassName
{
color: #A2916A;
}
.AnyTagClassName
{
color: #A2916A;
}
</style>
background-color css
<style>
a { background-color: #A2916A; }
a { background-color: rgb(162,145,106); }
div.DivClassName
{
background-color: #A2916A;
}
.BgClassName
{
background-color: #A2916A;
}
</style>
border-color css
<style>
span { border-color: #A2916A; }
span { border-color: rgb(162,145,106); }
td.TdClassName
{
border-color: #A2916A;
}
.TagClassName
{
border-color: #A2916A;
}
</style>