#AE99A6

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

Shades of Shady Lady #AE99A6

Tints of Shady Lady #AE99A6

Color information

#AE99A6 (or 0xAE99A6) is unknown color: approx Shady Lady. HEX triplet: AE, 99 and A6. RGB value is (174,153,166). Sum of RGB (Red+Green+Blue) = 174+153+166=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 174 - color contains mainly: red. Hex color #AE99A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE99A6 is #516659. Grayscale: #A0A0A0. Windows color (decimal): -5334618 or 10918318. OLE color: 10918318.

HSL color Cylindrical-coordinate representation of color #AE99A6: hue angle of 322.86º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AE99A6 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB174153166-
CMYK00.120.050.32
HSL322.86º11.48%64.12%-
HSV(B)322.86º12.07%68.24%-
XYZ35.7334.5340.86-
YUV160.76130.96137.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.29%
GREEN value IS 153 (60.16% from 255) = 31.03%
BLUE value IS 166 (65.23% from 255) = 33.67%
R=35.29%
G=31.03%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415316600.120.050.32322.8611.4864.12
HexAE99A60C520143b40
Octal25623124601454050313100
Binary1010111010011001101001100110010110000010100001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE99A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE99A6; }

 p { color: rgb(174,153,166); }

 H1.HeaderClassName
 {
   color: #AE99A6;
 }
 .AnyTagClassName
 {
   color: #AE99A6;
 }
</style>
background-color css

<style>
 a { background-color: #AE99A6; }

 a { background-color: rgb(174,153,166); }

 div.DivClassName
 {
   background-color: #AE99A6;
 }
 .BgClassName
 {
   background-color: #AE99A6;
 }
</style>
border-color css

<style>
 span { border-color: #AE99A6; }

 span { border-color: rgb(174,153,166); }

 td.TdClassName
 {
   border-color: #AE99A6;
 }
 .TagClassName
 {
   border-color: #AE99A6;
 }
</style>