Shades of Pale Oyster #A29277
Tints of Pale Oyster #A29277
RGB
CMYK
RGB Variations
Color information
#A29277 (or 0xA29277) is known color: Pale Oyster. HEX triplet: A2, 92 and 77. RGB value is (162,146,119). Sum of RGB (Red+Green+Blue) = 162+146+119=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 162 - color contains mainly: red. Hex color #A29277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29277 is #5D6D88. Grayscale: #939393. Windows color (decimal): -6122889 or 7836322. OLE color: 7836322.
HSL color Cylindrical-coordinate representation of color #A29277: hue angle of 37.67º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A29277 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 146 | 119 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.36 |
| HSL | 37.67º | 0.19% | 0.55% | - |
| HSV(B) | 37.67º | 0.27% | 0.64% | - |
| XYZ | 28.51 | 29.57 | 21.66 | - |
| YUV | 147.71 | 111.8 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 146 | 119 | 0 | 0.10 | 0.27 | 0.36 | 37.67 | 0.19 | 0.55 |
| Hex | A2 | 92 | 77 | 0 | A | 1B | 24 | 26 | 13 | 37 |
| Octal | 242 | 222 | 167 | 0 | 12 | 33 | 44 | 46 | 23 | 67 |
| Binary | 10100010 | 10010010 | 1110111 | 0 | 1010 | 11011 | 100100 | 100110 | 10011 | 110111 |
Color Harmonies of #A29277
Complementary color
Monochromatic Colors of #A29277
Black with #A29277
Text Example
Text Example
White with #A29277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29277; }
p { color: rgb(162,146,119); }
H1.HeaderClassName
{
color: #A29277;
}
.AnyTagClassName
{
color: #A29277;
}
</style>
background-color css
<style>
a { background-color: #A29277; }
a { background-color: rgb(162,146,119); }
div.DivClassName
{
background-color: #A29277;
}
.BgClassName
{
background-color: #A29277;
}
</style>
border-color css
<style>
span { border-color: #A29277; }
span { border-color: rgb(162,146,119); }
td.TdClassName
{
border-color: #A29277;
}
.TagClassName
{
border-color: #A29277;
}
</style>