Shades of Pale Oyster #A29370
Tints of Pale Oyster #A29370
RGB
CMYK
RGB Variations
Color information
#A29370 (or 0xA29370) is known color: Pale Oyster. HEX triplet: A2, 93 and 70. RGB value is (162,147,112). Sum of RGB (Red+Green+Blue) = 162+147+112=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 162 - color contains mainly: red. Hex color #A29370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29370 is #5D6C8F. Grayscale: #939393. Windows color (decimal): -6122640 or 7377826. OLE color: 7377826.
HSL color Cylindrical-coordinate representation of color #A29370: hue angle of 42º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A29370 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 147 | 112 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.36 |
| HSL | 42º | 0.21% | 0.54% | - |
| HSV(B) | 42º | 0.31% | 0.64% | - |
| XYZ | 28.26 | 29.72 | 19.58 | - |
| YUV | 147.5 | 107.97 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 147 | 112 | 0 | 0.09 | 0.31 | 0.36 | 42 | 0.21 | 0.54 |
| Hex | A2 | 93 | 70 | 0 | 9 | 1F | 24 | 2A | 15 | 36 |
| Octal | 242 | 223 | 160 | 0 | 11 | 37 | 44 | 52 | 25 | 66 |
| Binary | 10100010 | 10010011 | 1110000 | 0 | 1001 | 11111 | 100100 | 101010 | 10101 | 110110 |
Color Harmonies of #A29370
Complementary color
Monochromatic Colors of #A29370
Black with #A29370
Text Example
Text Example
White with #A29370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29370; }
p { color: rgb(162,147,112); }
H1.HeaderClassName
{
color: #A29370;
}
.AnyTagClassName
{
color: #A29370;
}
</style>
background-color css
<style>
a { background-color: #A29370; }
a { background-color: rgb(162,147,112); }
div.DivClassName
{
background-color: #A29370;
}
.BgClassName
{
background-color: #A29370;
}
</style>
border-color css
<style>
span { border-color: #A29370; }
span { border-color: rgb(162,147,112); }
td.TdClassName
{
border-color: #A29370;
}
.TagClassName
{
border-color: #A29370;
}
</style>