Shades of Pale Oyster #A59267
Tints of Pale Oyster #A59267
RGB
CMYK
RGB Variations
Color information
#A59267 (or 0xA59267) is known color: Pale Oyster. HEX triplet: A5, 92 and 67. RGB value is (165,146,103). Sum of RGB (Red+Green+Blue) = 165+146+103=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 103 (40.62% from 255 or 24.88% from 414); Max value from RGB is 165 - color contains mainly: red. Hex color #A59267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59267 is #5A6D98. Grayscale: #929292. Windows color (decimal): -5926297 or 6787749. OLE color: 6787749.
HSL color Cylindrical-coordinate representation of color #A59267: hue angle of 41.61º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A59267 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 146 | 103 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.35 |
| HSL | 41.61º | 0.26% | 0.53% | - |
| HSV(B) | 41.61º | 0.38% | 0.65% | - |
| XYZ | 28.24 | 29.54 | 17.04 | - |
| YUV | 146.78 | 103.29 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 146 | 103 | 0 | 0.12 | 0.38 | 0.35 | 41.61 | 0.26 | 0.53 |
| Hex | A5 | 92 | 67 | 0 | C | 26 | 23 | 2A | 1A | 35 |
| Octal | 245 | 222 | 147 | 0 | 14 | 46 | 43 | 52 | 32 | 65 |
| Binary | 10100101 | 10010010 | 1100111 | 0 | 1100 | 100110 | 100011 | 101010 | 11010 | 110101 |
Color Harmonies of #A59267
Complementary color
Monochromatic Colors of #A59267
Black with #A59267
Text Example
Text Example
White with #A59267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59267; }
p { color: rgb(165,146,103); }
H1.HeaderClassName
{
color: #A59267;
}
.AnyTagClassName
{
color: #A59267;
}
</style>
background-color css
<style>
a { background-color: #A59267; }
a { background-color: rgb(165,146,103); }
div.DivClassName
{
background-color: #A59267;
}
.BgClassName
{
background-color: #A59267;
}
</style>
border-color css
<style>
span { border-color: #A59267; }
span { border-color: rgb(165,146,103); }
td.TdClassName
{
border-color: #A59267;
}
.TagClassName
{
border-color: #A59267;
}
</style>