Shades of Shady Lady #A69397
Tints of Shady Lady #A69397
RGB
CMYK
RGB Variations
Color information
#A69397 (or 0xA69397) is known color: Shady Lady. HEX triplet: A6, 93 and 97. RGB value is (166,147,151). Sum of RGB (Red+Green+Blue) = 166+147+151=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 151 (59.38% from 255 or 32.54% from 464); Max value from RGB is 166 - color contains mainly: red. Hex color #A69397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69397 is #596C68. Grayscale: #999999. Windows color (decimal): -5860457 or 9933734. OLE color: 9933734.
HSL color Cylindrical-coordinate representation of color #A69397: hue angle of 347.37º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A69397 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 147 | 151 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.35 |
| HSL | 347.37º | 0.1% | 0.61% | - |
| HSV(B) | 347.37º | 0.11% | 0.65% | - |
| XYZ | 31.75 | 31.21 | 33.63 | - |
| YUV | 153.14 | 126.79 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 147 | 151 | 0 | 0.11 | 0.09 | 0.35 | 347.37 | 0.1 | 0.61 |
| Hex | A6 | 93 | 97 | 0 | B | 9 | 23 | 15B | A | 3D |
| Octal | 246 | 223 | 227 | 0 | 13 | 11 | 43 | 533 | 12 | 75 |
| Binary | 10100110 | 10010011 | 10010111 | 0 | 1011 | 1001 | 100011 | 101011011 | 1010 | 111101 |
Color Harmonies of #A69397
Complementary color
Monochromatic Colors of #A69397
Black with #A69397
Text Example
Text Example
White with #A69397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69397; }
p { color: rgb(166,147,151); }
H1.HeaderClassName
{
color: #A69397;
}
.AnyTagClassName
{
color: #A69397;
}
</style>
background-color css
<style>
a { background-color: #A69397; }
a { background-color: rgb(166,147,151); }
div.DivClassName
{
background-color: #A69397;
}
.BgClassName
{
background-color: #A69397;
}
</style>
border-color css
<style>
span { border-color: #A69397; }
span { border-color: rgb(166,147,151); }
td.TdClassName
{
border-color: #A69397;
}
.TagClassName
{
border-color: #A69397;
}
</style>