Shades of Pale Oyster #A29172
Tints of Pale Oyster #A29172
RGB
CMYK
RGB Variations
Color information
#A29172 (or 0xA29172) is known color: Pale Oyster. HEX triplet: A2, 91 and 72. RGB value is (162,145,114). Sum of RGB (Red+Green+Blue) = 162+145+114=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 162 - color contains mainly: red. Hex color #A29172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29172 is #5D6E8D. Grayscale: #929292. Windows color (decimal): -6123150 or 7508386. OLE color: 7508386.
HSL color Cylindrical-coordinate representation of color #A29172: hue angle of 38.75º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A29172 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 145 | 114 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.36 |
| HSL | 38.75º | 0.21% | 0.54% | - |
| HSV(B) | 38.75º | 0.3% | 0.64% | - |
| XYZ | 28.06 | 29.15 | 20.07 | - |
| YUV | 146.55 | 109.63 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 145 | 114 | 0 | 0.10 | 0.30 | 0.36 | 38.75 | 0.21 | 0.54 |
| Hex | A2 | 91 | 72 | 0 | A | 1E | 24 | 27 | 15 | 36 |
| Octal | 242 | 221 | 162 | 0 | 12 | 36 | 44 | 47 | 25 | 66 |
| Binary | 10100010 | 10010001 | 1110010 | 0 | 1010 | 11110 | 100100 | 100111 | 10101 | 110110 |
Color Harmonies of #A29172
Complementary color
Monochromatic Colors of #A29172
Black with #A29172
Text Example
Text Example
White with #A29172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29172; }
p { color: rgb(162,145,114); }
H1.HeaderClassName
{
color: #A29172;
}
.AnyTagClassName
{
color: #A29172;
}
</style>
background-color css
<style>
a { background-color: #A29172; }
a { background-color: rgb(162,145,114); }
div.DivClassName
{
background-color: #A29172;
}
.BgClassName
{
background-color: #A29172;
}
</style>
border-color css
<style>
span { border-color: #A29172; }
span { border-color: rgb(162,145,114); }
td.TdClassName
{
border-color: #A29172;
}
.TagClassName
{
border-color: #A29172;
}
</style>