Html Css Color HEX #AE909F Shady Lady

📋 copy color: '#AE909F'

red 174 ◦ green 144 ◦ blue 159

#AE909F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shady Lady #AE909F

Tints of Shady Lady #AE909F

RGB

 RED value IS 174 (68.36% from 255) = 36.48%

 GREEN value IS 144 (56.64% from 255) = 30.19%

 BLUE value IS 159 (62.5% from 255) = 33.33%

R = 36.48%
G = 30.19%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AE909F (or 0xAE909F) is known color: Shady Lady. HEX triplet: AE, 90 and 9F. RGB value is (174,144,159). Sum of RGB (Red+Green+Blue) = 174+144+159=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 174 - color contains mainly: red. Hex color #AE909F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE909F is #516F60. Grayscale: #9A9A9A. Windows color (decimal): -5336929 or 10457262. OLE color: 10457262.

HSL color Cylindrical-coordinate representation of color #AE909F: hue angle of 330º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AE909F is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 144 159 -
CMYK 0 0.17 0.09 0.32
HSL 330º 0.16% 0.62% -
HSV(B) 330º 0.17% 0.68% -
XYZ 33.69 31.45 37.1 -
YUV 154.68 130.44 141.78 -
System Red Green Blue C M Y K H S L
Decimal 174 144 159 0 0.17 0.09 0.32 330 0.16 0.62
Hex AE 90 9F 0 11 9 20 14A 10 3E
Octal 256 220 237 0 21 11 40 512 20 76
Binary 10101110 10010000 10011111 0 10001 1001 100000 101001010 10000 111110

Color Harmonies of #AE909F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE909F

Black with #AE909F

Text Example


Text Example

White with #AE909F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE909F; }

 p { color: rgb(174,144,159); }

 H1.HeaderClassName
 {
   color: #AE909F;
 }
 .AnyTagClassName
 {
   color: #AE909F;
 }
</style>

background-color css

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

 a { background-color: rgb(174,144,159); }

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

border-color css

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

 span { border-color: rgb(174,144,159); }

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