Shades of Pale Oyster #A8946D
Tints of Pale Oyster #A8946D
RGB
CMYK
RGB Variations
Color information
#A8946D (or 0xA8946D) is known color: Pale Oyster. HEX triplet: A8, 94 and 6D. RGB value is (168,148,109). Sum of RGB (Red+Green+Blue) = 168+148+109=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 168 - color contains mainly: red. Hex color #A8946D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8946D is #576B92. Grayscale: #959595. Windows color (decimal): -5729171 or 7181480. OLE color: 7181480.
HSL color Cylindrical-coordinate representation of color #A8946D: hue angle of 39.66º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8946D is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 148 | 109 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.34 |
| HSL | 39.66º | 0.25% | 0.54% | - |
| HSV(B) | 39.66º | 0.35% | 0.66% | - |
| XYZ | 29.5 | 30.61 | 18.82 | - |
| YUV | 149.53 | 105.13 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 148 | 109 | 0 | 0.12 | 0.35 | 0.34 | 39.66 | 0.25 | 0.54 |
| Hex | A8 | 94 | 6D | 0 | C | 23 | 22 | 28 | 19 | 36 |
| Octal | 250 | 224 | 155 | 0 | 14 | 43 | 42 | 50 | 31 | 66 |
| Binary | 10101000 | 10010100 | 1101101 | 0 | 1100 | 100011 | 100010 | 101000 | 11001 | 110110 |
Color Harmonies of #A8946D
Complementary color
Monochromatic Colors of #A8946D
Black with #A8946D
Text Example
Text Example
White with #A8946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8946D; }
p { color: rgb(168,148,109); }
H1.HeaderClassName
{
color: #A8946D;
}
.AnyTagClassName
{
color: #A8946D;
}
</style>
background-color css
<style>
a { background-color: #A8946D; }
a { background-color: rgb(168,148,109); }
div.DivClassName
{
background-color: #A8946D;
}
.BgClassName
{
background-color: #A8946D;
}
</style>
border-color css
<style>
span { border-color: #A8946D; }
span { border-color: rgb(168,148,109); }
td.TdClassName
{
border-color: #A8946D;
}
.TagClassName
{
border-color: #A8946D;
}
</style>