Shades of Pale Oyster #A29063
Tints of Pale Oyster #A29063
RGB
CMYK
RGB Variations
Color information
#A29063 (or 0xA29063) is known color: Pale Oyster. HEX triplet: A2, 90 and 63. RGB value is (162,144,99). Sum of RGB (Red+Green+Blue) = 162+144+99=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 99 (39.06% from 255 or 24.44% from 405); Max value from RGB is 162 - color contains mainly: red. Hex color #A29063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29063 is #5D6F9C. Grayscale: #909090. Windows color (decimal): -6123421 or 6525090. OLE color: 6525090.
HSL color Cylindrical-coordinate representation of color #A29063: hue angle of 42.86º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A29063 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 144 | 99 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.36 |
| HSL | 42.86º | 0.25% | 0.51% | - |
| HSV(B) | 42.86º | 0.39% | 0.64% | - |
| XYZ | 27.13 | 28.53 | 15.88 | - |
| YUV | 144.25 | 102.46 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 144 | 99 | 0 | 0.11 | 0.39 | 0.36 | 42.86 | 0.25 | 0.51 |
| Hex | A2 | 90 | 63 | 0 | B | 27 | 24 | 2B | 19 | 33 |
| Octal | 242 | 220 | 143 | 0 | 13 | 47 | 44 | 53 | 31 | 63 |
| Binary | 10100010 | 10010000 | 1100011 | 0 | 1011 | 100111 | 100100 | 101011 | 11001 | 110011 |
Color Harmonies of #A29063
Complementary color
Monochromatic Colors of #A29063
Black with #A29063
Text Example
Text Example
White with #A29063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29063; }
p { color: rgb(162,144,99); }
H1.HeaderClassName
{
color: #A29063;
}
.AnyTagClassName
{
color: #A29063;
}
</style>
background-color css
<style>
a { background-color: #A29063; }
a { background-color: rgb(162,144,99); }
div.DivClassName
{
background-color: #A29063;
}
.BgClassName
{
background-color: #A29063;
}
</style>
border-color css
<style>
span { border-color: #A29063; }
span { border-color: rgb(162,144,99); }
td.TdClassName
{
border-color: #A29063;
}
.TagClassName
{
border-color: #A29063;
}
</style>