Shades of Shady Lady #A68F99
Tints of Shady Lady #A68F99
RGB
CMYK
RGB Variations
Color information
#A68F99 (or 0xA68F99) is known color: Shady Lady. HEX triplet: A6, 8F and 99. RGB value is (166,143,153). Sum of RGB (Red+Green+Blue) = 166+143+153=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68F99 is #597066. Grayscale: #979797. Windows color (decimal): -5861479 or 10063782. OLE color: 10063782.
HSL color Cylindrical-coordinate representation of color #A68F99: hue angle of 333.91º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A68F99 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 143 | 153 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.35 |
| HSL | 333.91º | 0.11% | 0.61% | - |
| HSV(B) | 333.91º | 0.14% | 0.65% | - |
| XYZ | 31.3 | 30.05 | 34.29 | - |
| YUV | 151.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 153 | 0 | 0.14 | 0.08 | 0.35 | 333.91 | 0.11 | 0.61 |
| Hex | A6 | 8F | 99 | 0 | E | 8 | 23 | 14E | B | 3D |
| Octal | 246 | 217 | 231 | 0 | 16 | 10 | 43 | 516 | 13 | 75 |
| Binary | 10100110 | 10001111 | 10011001 | 0 | 1110 | 1000 | 100011 | 101001110 | 1011 | 111101 |
Color Harmonies of #A68F99
Complementary color
Monochromatic Colors of #A68F99
Black with #A68F99
Text Example
Text Example
White with #A68F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68F99; }
p { color: rgb(166,143,153); }
H1.HeaderClassName
{
color: #A68F99;
}
.AnyTagClassName
{
color: #A68F99;
}
</style>
background-color css
<style>
a { background-color: #A68F99; }
a { background-color: rgb(166,143,153); }
div.DivClassName
{
background-color: #A68F99;
}
.BgClassName
{
background-color: #A68F99;
}
</style>
border-color css
<style>
span { border-color: #A68F99; }
span { border-color: rgb(166,143,153); }
td.TdClassName
{
border-color: #A68F99;
}
.TagClassName
{
border-color: #A68F99;
}
</style>