Shades of Pale Oyster #A29375
Tints of Pale Oyster #A29375
RGB
CMYK
RGB Variations
Color information
#A29375 (or 0xA29375) is known color: Pale Oyster. HEX triplet: A2, 93 and 75. RGB value is (162,147,117). Sum of RGB (Red+Green+Blue) = 162+147+117=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 162 - color contains mainly: red. Hex color #A29375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29375 is #5D6C8A. Grayscale: #949494. Windows color (decimal): -6122635 or 7705506. OLE color: 7705506.
HSL color Cylindrical-coordinate representation of color #A29375: hue angle of 40º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A29375 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 147 | 117 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.36 |
| HSL | 40º | 0.19% | 0.55% | - |
| HSV(B) | 40º | 0.28% | 0.64% | - |
| XYZ | 28.54 | 29.83 | 21.08 | - |
| YUV | 148.07 | 110.47 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 147 | 117 | 0 | 0.09 | 0.28 | 0.36 | 40 | 0.19 | 0.55 |
| Hex | A2 | 93 | 75 | 0 | 9 | 1C | 24 | 28 | 13 | 37 |
| Octal | 242 | 223 | 165 | 0 | 11 | 34 | 44 | 50 | 23 | 67 |
| Binary | 10100010 | 10010011 | 1110101 | 0 | 1001 | 11100 | 100100 | 101000 | 10011 | 110111 |
Color Harmonies of #A29375
Complementary color
Monochromatic Colors of #A29375
Black with #A29375
Text Example
Text Example
White with #A29375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29375; }
p { color: rgb(162,147,117); }
H1.HeaderClassName
{
color: #A29375;
}
.AnyTagClassName
{
color: #A29375;
}
</style>
background-color css
<style>
a { background-color: #A29375; }
a { background-color: rgb(162,147,117); }
div.DivClassName
{
background-color: #A29375;
}
.BgClassName
{
background-color: #A29375;
}
</style>
border-color css
<style>
span { border-color: #A29375; }
span { border-color: rgb(162,147,117); }
td.TdClassName
{
border-color: #A29375;
}
.TagClassName
{
border-color: #A29375;
}
</style>