Shades of Pale Oyster #A59168
Tints of Pale Oyster #A59168
RGB
CMYK
RGB Variations
Color information
#A59168 (or 0xA59168) is known color: Pale Oyster. HEX triplet: A5, 91 and 68. RGB value is (165,145,104). Sum of RGB (Red+Green+Blue) = 165+145+104=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 165 - color contains mainly: red. Hex color #A59168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59168 is #5A6E97. Grayscale: #929292. Windows color (decimal): -5926552 or 6853029. OLE color: 6853029.
HSL color Cylindrical-coordinate representation of color #A59168: hue angle of 40.33º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A59168 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 145 | 104 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.35 |
| HSL | 40.33º | 0.25% | 0.53% | - |
| HSV(B) | 40.33º | 0.37% | 0.65% | - |
| XYZ | 28.14 | 29.25 | 17.26 | - |
| YUV | 146.31 | 104.13 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 145 | 104 | 0 | 0.12 | 0.37 | 0.35 | 40.33 | 0.25 | 0.53 |
| Hex | A5 | 91 | 68 | 0 | C | 25 | 23 | 28 | 19 | 35 |
| Octal | 245 | 221 | 150 | 0 | 14 | 45 | 43 | 50 | 31 | 65 |
| Binary | 10100101 | 10010001 | 1101000 | 0 | 1100 | 100101 | 100011 | 101000 | 11001 | 110101 |
Color Harmonies of #A59168
Complementary color
Monochromatic Colors of #A59168
Black with #A59168
Text Example
Text Example
White with #A59168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59168; }
p { color: rgb(165,145,104); }
H1.HeaderClassName
{
color: #A59168;
}
.AnyTagClassName
{
color: #A59168;
}
</style>
background-color css
<style>
a { background-color: #A59168; }
a { background-color: rgb(165,145,104); }
div.DivClassName
{
background-color: #A59168;
}
.BgClassName
{
background-color: #A59168;
}
</style>
border-color css
<style>
span { border-color: #A59168; }
span { border-color: rgb(165,145,104); }
td.TdClassName
{
border-color: #A59168;
}
.TagClassName
{
border-color: #A59168;
}
</style>