Shades of Pale Oyster #A89368
Tints of Pale Oyster #A89368
RGB
CMYK
RGB Variations
Color information
#A89368 (or 0xA89368) is known color: Pale Oyster. HEX triplet: A8, 93 and 68. RGB value is (168,147,104). Sum of RGB (Red+Green+Blue) = 168+147+104=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 168 - color contains mainly: red. Hex color #A89368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89368 is #576C97. Grayscale: #949494. Windows color (decimal): -5729432 or 6853544. OLE color: 6853544.
HSL color Cylindrical-coordinate representation of color #A89368: hue angle of 40.31º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A89368 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 147 | 104 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.34 |
| HSL | 40.31º | 0.27% | 0.53% | - |
| HSV(B) | 40.31º | 0.38% | 0.66% | - |
| XYZ | 29.08 | 30.19 | 17.39 | - |
| YUV | 148.38 | 102.96 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 147 | 104 | 0 | 0.13 | 0.38 | 0.34 | 40.31 | 0.27 | 0.53 |
| Hex | A8 | 93 | 68 | 0 | D | 26 | 22 | 28 | 1B | 35 |
| Octal | 250 | 223 | 150 | 0 | 15 | 46 | 42 | 50 | 33 | 65 |
| Binary | 10101000 | 10010011 | 1101000 | 0 | 1101 | 100110 | 100010 | 101000 | 11011 | 110101 |
Color Harmonies of #A89368
Complementary color
Monochromatic Colors of #A89368
Black with #A89368
Text Example
Text Example
White with #A89368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89368; }
p { color: rgb(168,147,104); }
H1.HeaderClassName
{
color: #A89368;
}
.AnyTagClassName
{
color: #A89368;
}
</style>
background-color css
<style>
a { background-color: #A89368; }
a { background-color: rgb(168,147,104); }
div.DivClassName
{
background-color: #A89368;
}
.BgClassName
{
background-color: #A89368;
}
</style>
border-color css
<style>
span { border-color: #A89368; }
span { border-color: rgb(168,147,104); }
td.TdClassName
{
border-color: #A89368;
}
.TagClassName
{
border-color: #A89368;
}
</style>