Shades of Shady Lady #AE92A3
Tints of Shady Lady #AE92A3
RGB
CMYK
RGB Variations
Color information
#AE92A3 (or 0xAE92A3) is known color: Shady Lady. HEX triplet: AE, 92 and A3. RGB value is (174,146,163). Sum of RGB (Red+Green+Blue) = 174+146+163=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 163 (64.06% from 255 or 33.75% from 483); Max value from RGB is 174 - color contains mainly: red. Hex color #AE92A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE92A3 is #516D5C. Grayscale: #9C9C9C. Windows color (decimal): -5336413 or 10719918. OLE color: 10719918.
HSL color Cylindrical-coordinate representation of color #AE92A3: hue angle of 323.57º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AE92A3 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 146 | 163 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.32 |
| HSL | 323.57º | 0.15% | 0.63% | - |
| HSV(B) | 323.57º | 0.16% | 0.68% | - |
| XYZ | 34.35 | 32.2 | 39.06 | - |
| YUV | 156.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 146 | 163 | 0 | 0.16 | 0.06 | 0.32 | 323.57 | 0.15 | 0.63 |
| Hex | AE | 92 | A3 | 0 | 10 | 6 | 20 | 144 | F | 3F |
| Octal | 256 | 222 | 243 | 0 | 20 | 6 | 40 | 504 | 17 | 77 |
| Binary | 10101110 | 10010010 | 10100011 | 0 | 10000 | 110 | 100000 | 101000100 | 1111 | 111111 |
Color Harmonies of #AE92A3
Complementary color
Monochromatic Colors of #AE92A3
Black with #AE92A3
Text Example
Text Example
White with #AE92A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE92A3; }
p { color: rgb(174,146,163); }
H1.HeaderClassName
{
color: #AE92A3;
}
.AnyTagClassName
{
color: #AE92A3;
}
</style>
background-color css
<style>
a { background-color: #AE92A3; }
a { background-color: rgb(174,146,163); }
div.DivClassName
{
background-color: #AE92A3;
}
.BgClassName
{
background-color: #AE92A3;
}
</style>
border-color css
<style>
span { border-color: #AE92A3; }
span { border-color: rgb(174,146,163); }
td.TdClassName
{
border-color: #AE92A3;
}
.TagClassName
{
border-color: #AE92A3;
}
</style>