Shades of Pale Oyster #A29061
Tints of Pale Oyster #A29061
RGB
CMYK
RGB Variations
Color information
#A29061 (or 0xA29061) is known color: Pale Oyster. HEX triplet: A2, 90 and 61. RGB value is (162,144,97). Sum of RGB (Red+Green+Blue) = 162+144+97=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 97 (38.28% from 255 or 24.07% from 403); Max value from RGB is 162 - color contains mainly: red. Hex color #A29061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29061 is #5D6F9E. Grayscale: #909090. Windows color (decimal): -6123423 or 6394018. OLE color: 6394018.
HSL color Cylindrical-coordinate representation of color #A29061: hue angle of 43.38º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A29061 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 144 | 97 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.36 |
| HSL | 43.38º | 0.26% | 0.51% | - |
| HSV(B) | 43.38º | 0.4% | 0.64% | - |
| XYZ | 27.03 | 28.49 | 15.38 | - |
| YUV | 144.02 | 101.46 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 144 | 97 | 0 | 0.11 | 0.40 | 0.36 | 43.38 | 0.26 | 0.51 |
| Hex | A2 | 90 | 61 | 0 | B | 28 | 24 | 2B | 1A | 33 |
| Octal | 242 | 220 | 141 | 0 | 13 | 50 | 44 | 53 | 32 | 63 |
| Binary | 10100010 | 10010000 | 1100001 | 0 | 1011 | 101000 | 100100 | 101011 | 11010 | 110011 |
Color Harmonies of #A29061
Complementary color
Monochromatic Colors of #A29061
Black with #A29061
Text Example
Text Example
White with #A29061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29061; }
p { color: rgb(162,144,97); }
H1.HeaderClassName
{
color: #A29061;
}
.AnyTagClassName
{
color: #A29061;
}
</style>
background-color css
<style>
a { background-color: #A29061; }
a { background-color: rgb(162,144,97); }
div.DivClassName
{
background-color: #A29061;
}
.BgClassName
{
background-color: #A29061;
}
</style>
border-color css
<style>
span { border-color: #A29061; }
span { border-color: rgb(162,144,97); }
td.TdClassName
{
border-color: #A29061;
}
.TagClassName
{
border-color: #A29061;
}
</style>