Shades of Shady Lady #A68E93
Tints of Shady Lady #A68E93
RGB
CMYK
RGB Variations
Color information
#A68E93 (or 0xA68E93) is known color: Shady Lady. HEX triplet: A6, 8E and 93. RGB value is (166,142,147). Sum of RGB (Red+Green+Blue) = 166+142+147=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 142 (55.86% from 255 or 31.21% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68E93 is #59716C. Grayscale: #959595. Windows color (decimal): -5861741 or 9670310. OLE color: 9670310.
HSL color Cylindrical-coordinate representation of color #A68E93: hue angle of 347.5º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A68E93 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 142 | 147 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.35 |
| HSL | 347.5º | 0.12% | 0.6% | - |
| HSV(B) | 347.5º | 0.14% | 0.65% | - |
| XYZ | 30.67 | 29.56 | 31.69 | - |
| YUV | 149.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 142 | 147 | 0 | 0.14 | 0.11 | 0.35 | 347.5 | 0.12 | 0.6 |
| Hex | A6 | 8E | 93 | 0 | E | B | 23 | 15C | C | 3C |
| Octal | 246 | 216 | 223 | 0 | 16 | 13 | 43 | 534 | 14 | 74 |
| Binary | 10100110 | 10001110 | 10010011 | 0 | 1110 | 1011 | 100011 | 101011100 | 1100 | 111100 |
Color Harmonies of #A68E93
Complementary color
Monochromatic Colors of #A68E93
Black with #A68E93
Text Example
Text Example
White with #A68E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68E93; }
p { color: rgb(166,142,147); }
H1.HeaderClassName
{
color: #A68E93;
}
.AnyTagClassName
{
color: #A68E93;
}
</style>
background-color css
<style>
a { background-color: #A68E93; }
a { background-color: rgb(166,142,147); }
div.DivClassName
{
background-color: #A68E93;
}
.BgClassName
{
background-color: #A68E93;
}
</style>
border-color css
<style>
span { border-color: #A68E93; }
span { border-color: rgb(166,142,147); }
td.TdClassName
{
border-color: #A68E93;
}
.TagClassName
{
border-color: #A68E93;
}
</style>