Html Css Color HEX #AE959F Shady Lady

📋 copy color: '#AE959F'

red 174 ◦ green 149 ◦ blue 159

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

Shades of Shady Lady #AE959F

Tints of Shady Lady #AE959F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.91%

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

R = 36.1%
G = 30.91%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AE959F (or 0xAE959F) is known color: Shady Lady. HEX triplet: AE, 95 and 9F. RGB value is (174,149,159). Sum of RGB (Red+Green+Blue) = 174+149+159=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 174 - color contains mainly: red. Hex color #AE959F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE959F is #516A60. Grayscale: #9D9D9D. Windows color (decimal): -5335649 or 10458542. OLE color: 10458542.

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

Color convert

RGB 174 149 159 -
CMYK 0 0.14 0.09 0.32
HSL 336º 0.13% 0.63% -
HSV(B) 336º 0.14% 0.68% -
XYZ 34.46 33 37.35 -
YUV 157.62 128.78 139.69 -
System Red Green Blue C M Y K H S L
Decimal 174 149 159 0 0.14 0.09 0.32 336 0.13 0.63
Hex AE 95 9F 0 E 9 20 150 D 3F
Octal 256 225 237 0 16 11 40 520 15 77
Binary 10101110 10010101 10011111 0 1110 1001 100000 101010000 1101 111111

Color Harmonies of #AE959F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE959F

Black with #AE959F

Text Example


Text Example

White with #AE959F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE959F; }

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

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

background-color css

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

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

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

border-color css

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

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

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