Shades of Shady Lady #A3929A
Tints of Shady Lady #A3929A
RGB
CMYK
RGB Variations
Color information
#A3929A (or 0xA3929A) is known color: Shady Lady. HEX triplet: A3, 92 and 9A. RGB value is (163,146,154). Sum of RGB (Red+Green+Blue) = 163+146+154=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 163 - color contains mainly: red. Hex color #A3929A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3929A is #5C6D65. Grayscale: #979797. Windows color (decimal): -6057318 or 10130083. OLE color: 10130083.
HSL color Cylindrical-coordinate representation of color #A3929A: hue angle of 331.76º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A3929A is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
RGB | 163 | 146 | 154 | - |
CMYK | 0 | 0.10 | 0.06 | 0.36 |
HSL | 331.76º | 0.08% | 0.61% | - |
HSV(B) | 331.76º | 0.1% | 0.64% | - |
XYZ | 31.22 | 30.68 | 34.85 | - |
YUV | 152 | 129.13 | 135.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 163 | 146 | 154 | 0 | 0.10 | 0.06 | 0.36 | 331.76 | 0.08 | 0.61 |
Hex | A3 | 92 | 9A | 0 | A | 6 | 24 | 14C | 8 | 3D |
Octal | 243 | 222 | 232 | 0 | 12 | 6 | 44 | 514 | 10 | 75 |
Binary | 10100011 | 10010010 | 10011010 | 0 | 1010 | 110 | 100100 | 101001100 | 1000 | 111101 |
Color Harmonies of #A3929A
Complementary color
Monochromatic Colors of #A3929A
Black with #A3929A
Text Example
Text Example
White with #A3929A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3929A; }
p { color: rgb(163,146,154); }
H1.HeaderClassName
{
color: #A3929A;
}
.AnyTagClassName
{
color: #A3929A;
}
</style>
background-color css
<style>
a { background-color: #A3929A; }
a { background-color: rgb(163,146,154); }
div.DivClassName
{
background-color: #A3929A;
}
.BgClassName
{
background-color: #A3929A;
}
</style>
border-color css
<style>
span { border-color: #A3929A; }
span { border-color: rgb(163,146,154); }
td.TdClassName
{
border-color: #A3929A;
}
.TagClassName
{
border-color: #A3929A;
}
</style>