Shades of Shady Lady #A78B92
Tints of Shady Lady #A78B92
RGB
CMYK
RGB Variations
Color information
#A78B92 (or 0xA78B92) is known color: Shady Lady. HEX triplet: A7, 8B and 92. RGB value is (167,139,146). Sum of RGB (Red+Green+Blue) = 167+139+146=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 139 (54.69% from 255 or 30.75% from 452); Blue value is 146 (57.42% from 255 or 32.30% from 452); Max value from RGB is 167 - color contains mainly: red. Hex color #A78B92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78B92 is #58746D. Grayscale: #949494. Windows color (decimal): -5796974 or 9604007. OLE color: 9604007.
HSL color Cylindrical-coordinate representation of color #A78B92: hue angle of 345º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A78B92 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 139 | 146 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.35 |
| HSL | 345º | 0.14% | 0.6% | - |
| HSV(B) | 345º | 0.17% | 0.65% | - |
| XYZ | 30.36 | 28.76 | 31.14 | - |
| YUV | 148.17 | 126.78 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 139 | 146 | 0 | 0.17 | 0.13 | 0.35 | 345 | 0.14 | 0.6 |
| Hex | A7 | 8B | 92 | 0 | 11 | D | 23 | 159 | E | 3C |
| Octal | 247 | 213 | 222 | 0 | 21 | 15 | 43 | 531 | 16 | 74 |
| Binary | 10100111 | 10001011 | 10010010 | 0 | 10001 | 1101 | 100011 | 101011001 | 1110 | 111100 |
Color Harmonies of #A78B92
Complementary color
Monochromatic Colors of #A78B92
Black with #A78B92
Text Example
Text Example
White with #A78B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78B92; }
p { color: rgb(167,139,146); }
H1.HeaderClassName
{
color: #A78B92;
}
.AnyTagClassName
{
color: #A78B92;
}
</style>
background-color css
<style>
a { background-color: #A78B92; }
a { background-color: rgb(167,139,146); }
div.DivClassName
{
background-color: #A78B92;
}
.BgClassName
{
background-color: #A78B92;
}
</style>
border-color css
<style>
span { border-color: #A78B92; }
span { border-color: rgb(167,139,146); }
td.TdClassName
{
border-color: #A78B92;
}
.TagClassName
{
border-color: #A78B92;
}
</style>