Shades of Shady Lady #A68A93
Tints of Shady Lady #A68A93
RGB
CMYK
RGB Variations
Color information
#A68A93 (or 0xA68A93) is known color: Shady Lady. HEX triplet: A6, 8A and 93. RGB value is (166,138,147). Sum of RGB (Red+Green+Blue) = 166+138+147=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 147 (57.81% from 255 or 32.59% from 451); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68A93 is #59756C. Grayscale: #939393. Windows color (decimal): -5862765 or 9669286. OLE color: 9669286.
HSL color Cylindrical-coordinate representation of color #A68A93: hue angle of 340.71º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A68A93 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 138 | 147 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.35 |
| HSL | 340.71º | 0.14% | 0.6% | - |
| HSV(B) | 340.71º | 0.17% | 0.65% | - |
| XYZ | 30.08 | 28.39 | 31.5 | - |
| YUV | 147.4 | 127.78 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 138 | 147 | 0 | 0.17 | 0.11 | 0.35 | 340.71 | 0.14 | 0.6 |
| Hex | A6 | 8A | 93 | 0 | 11 | B | 23 | 155 | E | 3C |
| Octal | 246 | 212 | 223 | 0 | 21 | 13 | 43 | 525 | 16 | 74 |
| Binary | 10100110 | 10001010 | 10010011 | 0 | 10001 | 1011 | 100011 | 101010101 | 1110 | 111100 |
Color Harmonies of #A68A93
Complementary color
Monochromatic Colors of #A68A93
Black with #A68A93
Text Example
Text Example
White with #A68A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68A93; }
p { color: rgb(166,138,147); }
H1.HeaderClassName
{
color: #A68A93;
}
.AnyTagClassName
{
color: #A68A93;
}
</style>
background-color css
<style>
a { background-color: #A68A93; }
a { background-color: rgb(166,138,147); }
div.DivClassName
{
background-color: #A68A93;
}
.BgClassName
{
background-color: #A68A93;
}
</style>
border-color css
<style>
span { border-color: #A68A93; }
span { border-color: rgb(166,138,147); }
td.TdClassName
{
border-color: #A68A93;
}
.TagClassName
{
border-color: #A68A93;
}
</style>