#AE92A3

Color #AE92A3 Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #AE92A3

Tints of Shady Lady #AE92A3

Color information

#AE92A3 (or 0xAE92A3) is unknown color: approx 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

RGB174146163-
CMYK00.160.060.32
HSL323.57º14.74%62.75%-
HSV(B)323.57º16.09%68.24%-
XYZ34.3532.239.06-
YUV156.31131.78140.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 36.02%
GREEN value IS 146 (57.42% from 255) = 30.23%
BLUE value IS 163 (64.06% from 255) = 33.75%
R=36.02%
G=30.23%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414616300.160.060.32323.5714.7462.75
HexAE92A3010620144f3f
Octal2562222430206405041777
Binary1010111010010010101000110100001101000001010001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE92A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>