Shades of Shady Lady #A39092
Tints of Shady Lady #A39092
RGB
CMYK
RGB Variations
Color information
#A39092 (or 0xA39092) is known color: Shady Lady. HEX triplet: A3, 90 and 92. RGB value is (163,144,146). Sum of RGB (Red+Green+Blue) = 163+144+146=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 146 (57.42% from 255 or 32.23% from 453); Max value from RGB is 163 - color contains mainly: red. Hex color #A39092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39092 is #5C6F6D. Grayscale: #959595. Windows color (decimal): -6057838 or 9605283. OLE color: 9605283.
HSL color Cylindrical-coordinate representation of color #A39092: hue angle of 353.68º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A39092 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 144 | 146 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.36 |
| HSL | 353.68º | 0.09% | 0.6% | - |
| HSV(B) | 353.68º | 0.12% | 0.64% | - |
| XYZ | 30.27 | 29.81 | 31.35 | - |
| YUV | 149.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 144 | 146 | 0 | 0.12 | 0.10 | 0.36 | 353.68 | 0.09 | 0.6 |
| Hex | A3 | 90 | 92 | 0 | C | A | 24 | 162 | 9 | 3C |
| Octal | 243 | 220 | 222 | 0 | 14 | 12 | 44 | 542 | 11 | 74 |
| Binary | 10100011 | 10010000 | 10010010 | 0 | 1100 | 1010 | 100100 | 101100010 | 1001 | 111100 |
Color Harmonies of #A39092
Complementary color
Monochromatic Colors of #A39092
Black with #A39092
Text Example
Text Example
White with #A39092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39092; }
p { color: rgb(163,144,146); }
H1.HeaderClassName
{
color: #A39092;
}
.AnyTagClassName
{
color: #A39092;
}
</style>
background-color css
<style>
a { background-color: #A39092; }
a { background-color: rgb(163,144,146); }
div.DivClassName
{
background-color: #A39092;
}
.BgClassName
{
background-color: #A39092;
}
</style>
border-color css
<style>
span { border-color: #A39092; }
span { border-color: rgb(163,144,146); }
td.TdClassName
{
border-color: #A39092;
}
.TagClassName
{
border-color: #A39092;
}
</style>