Shades of Pale Oyster #A29267
Tints of Pale Oyster #A29267
RGB
CMYK
RGB Variations
Color information
#A29267 (or 0xA29267) is known color: Pale Oyster. HEX triplet: A2, 92 and 67. RGB value is (162,146,103). Sum of RGB (Red+Green+Blue) = 162+146+103=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 103 (40.62% from 255 or 25.06% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A29267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29267 is #5D6D98. Grayscale: #929292. Windows color (decimal): -6122905 or 6787746. OLE color: 6787746.
HSL color Cylindrical-coordinate representation of color #A29267: hue angle of 43.73º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A29267 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 146 | 103 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.36 |
| HSL | 43.73º | 0.24% | 0.52% | - |
| HSV(B) | 43.73º | 0.36% | 0.64% | - |
| XYZ | 27.63 | 29.22 | 17.02 | - |
| YUV | 145.88 | 103.8 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 146 | 103 | 0 | 0.10 | 0.36 | 0.36 | 43.73 | 0.24 | 0.52 |
| Hex | A2 | 92 | 67 | 0 | A | 24 | 24 | 2C | 18 | 34 |
| Octal | 242 | 222 | 147 | 0 | 12 | 44 | 44 | 54 | 30 | 64 |
| Binary | 10100010 | 10010010 | 1100111 | 0 | 1010 | 100100 | 100100 | 101100 | 11000 | 110100 |
Color Harmonies of #A29267
Complementary color
Monochromatic Colors of #A29267
Black with #A29267
Text Example
Text Example
White with #A29267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29267; }
p { color: rgb(162,146,103); }
H1.HeaderClassName
{
color: #A29267;
}
.AnyTagClassName
{
color: #A29267;
}
</style>
background-color css
<style>
a { background-color: #A29267; }
a { background-color: rgb(162,146,103); }
div.DivClassName
{
background-color: #A29267;
}
.BgClassName
{
background-color: #A29267;
}
</style>
border-color css
<style>
span { border-color: #A29267; }
span { border-color: rgb(162,146,103); }
td.TdClassName
{
border-color: #A29267;
}
.TagClassName
{
border-color: #A29267;
}
</style>