#AE98A5

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

Shades of Shady Lady #AE98A5

Tints of Shady Lady #AE98A5

Color information

#AE98A5 (or 0xAE98A5) is unknown color: approx Shady Lady. HEX triplet: AE, 98 and A5. RGB value is (174,152,165). Sum of RGB (Red+Green+Blue) = 174+152+165=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 174 - color contains mainly: red. Hex color #AE98A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE98A5 is #51675A. Grayscale: #A0A0A0. Windows color (decimal): -5334875 or 10852526. OLE color: 10852526.

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

Color convert

RGB174152165-
CMYK00.130.050.32
HSL324.55º11.96%63.92%-
HSV(B)324.55º12.64%68.24%-
XYZ35.4834.1740.32-
YUV160.06130.79137.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.44%
GREEN value IS 152 (59.77% from 255) = 30.96%
BLUE value IS 165 (64.84% from 255) = 33.60%
R=35.44%
G=30.96%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415216500.130.050.32324.5511.9663.92
HexAE98A50D520145c40
Octal25623024501554050514100
Binary1010111010011000101001010110110110000010100010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE98A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE98A5; }

 p { color: rgb(174,152,165); }

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

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

 a { background-color: rgb(174,152,165); }

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

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

 span { border-color: rgb(174,152,165); }

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