Shades of Pale Oyster #A69470
Tints of Pale Oyster #A69470
RGB
CMYK
RGB Variations
Color information
#A69470 (or 0xA69470) is known color: Pale Oyster. HEX triplet: A6, 94 and 70. RGB value is (166,148,112). Sum of RGB (Red+Green+Blue) = 166+148+112=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 166 - color contains mainly: red. Hex color #A69470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69470 is #596B8F. Grayscale: #959595. Windows color (decimal): -5860240 or 7378086. OLE color: 7378086.
HSL color Cylindrical-coordinate representation of color #A69470: hue angle of 40º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A69470 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 148 | 112 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.35 |
| HSL | 40º | 0.23% | 0.55% | - |
| HSV(B) | 40º | 0.33% | 0.65% | - |
| XYZ | 29.24 | 30.46 | 19.67 | - |
| YUV | 149.28 | 106.96 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 148 | 112 | 0 | 0.11 | 0.33 | 0.35 | 40 | 0.23 | 0.55 |
| Hex | A6 | 94 | 70 | 0 | B | 21 | 23 | 28 | 17 | 37 |
| Octal | 246 | 224 | 160 | 0 | 13 | 41 | 43 | 50 | 27 | 67 |
| Binary | 10100110 | 10010100 | 1110000 | 0 | 1011 | 100001 | 100011 | 101000 | 10111 | 110111 |
Color Harmonies of #A69470
Complementary color
Monochromatic Colors of #A69470
Black with #A69470
Text Example
Text Example
White with #A69470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69470; }
p { color: rgb(166,148,112); }
H1.HeaderClassName
{
color: #A69470;
}
.AnyTagClassName
{
color: #A69470;
}
</style>
background-color css
<style>
a { background-color: #A69470; }
a { background-color: rgb(166,148,112); }
div.DivClassName
{
background-color: #A69470;
}
.BgClassName
{
background-color: #A69470;
}
</style>
border-color css
<style>
span { border-color: #A69470; }
span { border-color: rgb(166,148,112); }
td.TdClassName
{
border-color: #A69470;
}
.TagClassName
{
border-color: #A69470;
}
</style>