Shades of Shady Lady #A69298
Tints of Shady Lady #A69298
RGB
CMYK
RGB Variations
Color information
#A69298 (or 0xA69298) is known color: Shady Lady. HEX triplet: A6, 92 and 98. RGB value is (166,146,152). Sum of RGB (Red+Green+Blue) = 166+146+152=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 152 (59.77% from 255 or 32.76% from 464); Max value from RGB is 166 - color contains mainly: red. Hex color #A69298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69298 is #596D67. Grayscale: #989898. Windows color (decimal): -5860712 or 9999014. OLE color: 9999014.
HSL color Cylindrical-coordinate representation of color #A69298: hue angle of 342º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A69298 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 146 | 152 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.35 |
| HSL | 342º | 0.1% | 0.61% | - |
| HSV(B) | 342º | 0.12% | 0.65% | - |
| XYZ | 31.67 | 30.93 | 34.01 | - |
| YUV | 152.66 | 127.63 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 146 | 152 | 0 | 0.12 | 0.08 | 0.35 | 342 | 0.1 | 0.61 |
| Hex | A6 | 92 | 98 | 0 | C | 8 | 23 | 156 | A | 3D |
| Octal | 246 | 222 | 230 | 0 | 14 | 10 | 43 | 526 | 12 | 75 |
| Binary | 10100110 | 10010010 | 10011000 | 0 | 1100 | 1000 | 100011 | 101010110 | 1010 | 111101 |
Color Harmonies of #A69298
Complementary color
Monochromatic Colors of #A69298
Black with #A69298
Text Example
Text Example
White with #A69298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69298; }
p { color: rgb(166,146,152); }
H1.HeaderClassName
{
color: #A69298;
}
.AnyTagClassName
{
color: #A69298;
}
</style>
background-color css
<style>
a { background-color: #A69298; }
a { background-color: rgb(166,146,152); }
div.DivClassName
{
background-color: #A69298;
}
.BgClassName
{
background-color: #A69298;
}
</style>
border-color css
<style>
span { border-color: #A69298; }
span { border-color: rgb(166,146,152); }
td.TdClassName
{
border-color: #A69298;
}
.TagClassName
{
border-color: #A69298;
}
</style>