Shades of Pale Oyster #A29078
Tints of Pale Oyster #A29078
RGB
CMYK
RGB Variations
Color information
#A29078 (or 0xA29078) is known color: Pale Oyster. HEX triplet: A2, 90 and 78. RGB value is (162,144,120). Sum of RGB (Red+Green+Blue) = 162+144+120=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 162 - color contains mainly: red. Hex color #A29078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29078 is #5D6F87. Grayscale: #929292. Windows color (decimal): -6123400 or 7901346. OLE color: 7901346.
HSL color Cylindrical-coordinate representation of color #A29078: hue angle of 34.29º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A29078 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 144 | 120 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.36 |
| HSL | 34.29º | 0.18% | 0.55% | - |
| HSV(B) | 34.29º | 0.26% | 0.64% | - |
| XYZ | 28.26 | 28.98 | 21.87 | - |
| YUV | 146.65 | 112.96 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 144 | 120 | 0 | 0.11 | 0.26 | 0.36 | 34.29 | 0.18 | 0.55 |
| Hex | A2 | 90 | 78 | 0 | B | 1A | 24 | 22 | 12 | 37 |
| Octal | 242 | 220 | 170 | 0 | 13 | 32 | 44 | 42 | 22 | 67 |
| Binary | 10100010 | 10010000 | 1111000 | 0 | 1011 | 11010 | 100100 | 100010 | 10010 | 110111 |
Color Harmonies of #A29078
Complementary color
Monochromatic Colors of #A29078
Black with #A29078
Text Example
Text Example
White with #A29078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29078; }
p { color: rgb(162,144,120); }
H1.HeaderClassName
{
color: #A29078;
}
.AnyTagClassName
{
color: #A29078;
}
</style>
background-color css
<style>
a { background-color: #A29078; }
a { background-color: rgb(162,144,120); }
div.DivClassName
{
background-color: #A29078;
}
.BgClassName
{
background-color: #A29078;
}
</style>
border-color css
<style>
span { border-color: #A29078; }
span { border-color: rgb(162,144,120); }
td.TdClassName
{
border-color: #A29078;
}
.TagClassName
{
border-color: #A29078;
}
</style>