Shades of Shady Lady #A7969C
Tints of Shady Lady #A7969C
RGB
CMYK
RGB Variations
Color information
#A7969C (or 0xA7969C) is known color: Shady Lady. HEX triplet: A7, 96 and 9C. RGB value is (167,150,156). Sum of RGB (Red+Green+Blue) = 167+150+156=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 167 - color contains mainly: red. Hex color #A7969C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7969C is #586963. Grayscale: #9B9B9B. Windows color (decimal): -5794148 or 10262183. OLE color: 10262183.
HSL color Cylindrical-coordinate representation of color #A7969C: hue angle of 338.82º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A7969C is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 150 | 156 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.35 |
| HSL | 338.82º | 0.09% | 0.62% | - |
| HSV(B) | 338.82º | 0.1% | 0.65% | - |
| XYZ | 32.84 | 32.43 | 35.98 | - |
| YUV | 155.77 | 128.13 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 150 | 156 | 0 | 0.10 | 0.07 | 0.35 | 338.82 | 0.09 | 0.62 |
| Hex | A7 | 96 | 9C | 0 | A | 7 | 23 | 153 | 9 | 3E |
| Octal | 247 | 226 | 234 | 0 | 12 | 7 | 43 | 523 | 11 | 76 |
| Binary | 10100111 | 10010110 | 10011100 | 0 | 1010 | 111 | 100011 | 101010011 | 1001 | 111110 |
Color Harmonies of #A7969C
Complementary color
Monochromatic Colors of #A7969C
Black with #A7969C
Text Example
Text Example
White with #A7969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7969C; }
p { color: rgb(167,150,156); }
H1.HeaderClassName
{
color: #A7969C;
}
.AnyTagClassName
{
color: #A7969C;
}
</style>
background-color css
<style>
a { background-color: #A7969C; }
a { background-color: rgb(167,150,156); }
div.DivClassName
{
background-color: #A7969C;
}
.BgClassName
{
background-color: #A7969C;
}
</style>
border-color css
<style>
span { border-color: #A7969C; }
span { border-color: rgb(167,150,156); }
td.TdClassName
{
border-color: #A7969C;
}
.TagClassName
{
border-color: #A7969C;
}
</style>