Shades of Pale Oyster #A59270
Tints of Pale Oyster #A59270
RGB
CMYK
RGB Variations
Color information
#A59270 (or 0xA59270) is known color: Pale Oyster. HEX triplet: A5, 92 and 70. RGB value is (165,146,112). Sum of RGB (Red+Green+Blue) = 165+146+112=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 165 - color contains mainly: red. Hex color #A59270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59270 is #5A6D8F. Grayscale: #939393. Windows color (decimal): -5926288 or 7377573. OLE color: 7377573.
HSL color Cylindrical-coordinate representation of color #A59270: hue angle of 38.49º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A59270 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 146 | 112 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.35 |
| HSL | 38.49º | 0.23% | 0.54% | - |
| HSV(B) | 38.49º | 0.32% | 0.65% | - |
| XYZ | 28.72 | 29.73 | 19.55 | - |
| YUV | 147.81 | 107.79 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 146 | 112 | 0 | 0.12 | 0.32 | 0.35 | 38.49 | 0.23 | 0.54 |
| Hex | A5 | 92 | 70 | 0 | C | 20 | 23 | 26 | 17 | 36 |
| Octal | 245 | 222 | 160 | 0 | 14 | 40 | 43 | 46 | 27 | 66 |
| Binary | 10100101 | 10010010 | 1110000 | 0 | 1100 | 100000 | 100011 | 100110 | 10111 | 110110 |
Color Harmonies of #A59270
Complementary color
Monochromatic Colors of #A59270
Black with #A59270
Text Example
Text Example
White with #A59270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59270; }
p { color: rgb(165,146,112); }
H1.HeaderClassName
{
color: #A59270;
}
.AnyTagClassName
{
color: #A59270;
}
</style>
background-color css
<style>
a { background-color: #A59270; }
a { background-color: rgb(165,146,112); }
div.DivClassName
{
background-color: #A59270;
}
.BgClassName
{
background-color: #A59270;
}
</style>
border-color css
<style>
span { border-color: #A59270; }
span { border-color: rgb(165,146,112); }
td.TdClassName
{
border-color: #A59270;
}
.TagClassName
{
border-color: #A59270;
}
</style>