Shades of Shady Lady #A68891
Tints of Shady Lady #A68891
RGB
CMYK
RGB Variations
Color information
#A68891 (or 0xA68891) is known color: Shady Lady. HEX triplet: A6, 88 and 91. RGB value is (166,136,145). Sum of RGB (Red+Green+Blue) = 166+136+145=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 145 (57.03% from 255 or 32.44% from 447); Max value from RGB is 166 - color contains mainly: red. Hex color #A68891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68891 is #59776E. Grayscale: #919191. Windows color (decimal): -5863279 or 9537702. OLE color: 9537702.
HSL color Cylindrical-coordinate representation of color #A68891: hue angle of 342º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A68891 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 136 | 145 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.35 |
| HSL | 342º | 0.14% | 0.59% | - |
| HSV(B) | 342º | 0.18% | 0.65% | - |
| XYZ | 29.64 | 27.76 | 30.58 | - |
| YUV | 146 | 127.44 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 136 | 145 | 0 | 0.18 | 0.13 | 0.35 | 342 | 0.14 | 0.59 |
| Hex | A6 | 88 | 91 | 0 | 12 | D | 23 | 156 | E | 3B |
| Octal | 246 | 210 | 221 | 0 | 22 | 15 | 43 | 526 | 16 | 73 |
| Binary | 10100110 | 10001000 | 10010001 | 0 | 10010 | 1101 | 100011 | 101010110 | 1110 | 111011 |
Color Harmonies of #A68891
Complementary color
Monochromatic Colors of #A68891
Black with #A68891
Text Example
Text Example
White with #A68891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68891; }
p { color: rgb(166,136,145); }
H1.HeaderClassName
{
color: #A68891;
}
.AnyTagClassName
{
color: #A68891;
}
</style>
background-color css
<style>
a { background-color: #A68891; }
a { background-color: rgb(166,136,145); }
div.DivClassName
{
background-color: #A68891;
}
.BgClassName
{
background-color: #A68891;
}
</style>
border-color css
<style>
span { border-color: #A68891; }
span { border-color: rgb(166,136,145); }
td.TdClassName
{
border-color: #A68891;
}
.TagClassName
{
border-color: #A68891;
}
</style>