Shades of Pale Oyster #A69368
Tints of Pale Oyster #A69368
RGB
CMYK
RGB Variations
Color information
#A69368 (or 0xA69368) is known color: Pale Oyster. HEX triplet: A6, 93 and 68. RGB value is (166,147,104). Sum of RGB (Red+Green+Blue) = 166+147+104=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 166 - color contains mainly: red. Hex color #A69368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69368 is #596C97. Grayscale: #939393. Windows color (decimal): -5860504 or 6853542. OLE color: 6853542.
HSL color Cylindrical-coordinate representation of color #A69368: 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.37%. Process color model (Four color, CMYK) of #A69368 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 147 | 104 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.35 |
| HSL | 41.61º | 0.26% | 0.53% | - |
| HSV(B) | 41.61º | 0.37% | 0.65% | - |
| XYZ | 28.66 | 29.97 | 17.37 | - |
| YUV | 147.78 | 103.29 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 147 | 104 | 0 | 0.11 | 0.37 | 0.35 | 41.61 | 0.26 | 0.53 |
| Hex | A6 | 93 | 68 | 0 | B | 25 | 23 | 2A | 1A | 35 |
| Octal | 246 | 223 | 150 | 0 | 13 | 45 | 43 | 52 | 32 | 65 |
| Binary | 10100110 | 10010011 | 1101000 | 0 | 1011 | 100101 | 100011 | 101010 | 11010 | 110101 |
Color Harmonies of #A69368
Complementary color
Monochromatic Colors of #A69368
Black with #A69368
Text Example
Text Example
White with #A69368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69368; }
p { color: rgb(166,147,104); }
H1.HeaderClassName
{
color: #A69368;
}
.AnyTagClassName
{
color: #A69368;
}
</style>
background-color css
<style>
a { background-color: #A69368; }
a { background-color: rgb(166,147,104); }
div.DivClassName
{
background-color: #A69368;
}
.BgClassName
{
background-color: #A69368;
}
</style>
border-color css
<style>
span { border-color: #A69368; }
span { border-color: rgb(166,147,104); }
td.TdClassName
{
border-color: #A69368;
}
.TagClassName
{
border-color: #A69368;
}
</style>