Html Css Color HEX #AE96AD London Hue

📋 copy color: '#AE96AD'

red 174 ◦ green 150 ◦ blue 173

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

Shades of London Hue #AE96AD

Tints of London Hue #AE96AD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.18%

 BLUE value IS 173 (67.97% from 255) = 34.81%

R = 35.01%
G = 30.18%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE96AD (or 0xAE96AD) is known color: London Hue. HEX triplet: AE, 96 and AD. RGB value is (174,150,173). Sum of RGB (Red+Green+Blue) = 174+150+173=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 174 - color contains mainly: red. Hex color #AE96AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE96AD is #516952. Grayscale: #9F9F9F. Windows color (decimal): -5335379 or 11376302. OLE color: 11376302.

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

Color convert

RGB 174 150 173 -
CMYK 0 0.14 0.01 0.32
HSL 302.5º 0.13% 0.64% -
HSV(B) 302.5º 0.14% 0.68% -
XYZ 35.9 33.83 44.17 -
YUV 159.8 135.45 138.13 -
System Red Green Blue C M Y K H S L
Decimal 174 150 173 0 0.14 0.01 0.32 302.5 0.13 0.64
Hex AE 96 AD 0 E 1 20 12E D 40
Octal 256 226 255 0 16 1 40 456 15 100
Binary 10101110 10010110 10101101 0 1110 1 100000 100101110 1101 1000000

Color Harmonies of #AE96AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE96AD

Black with #AE96AD

Text Example


Text Example

White with #AE96AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE96AD; }

 p { color: rgb(174,150,173); }

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

background-color css

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

 a { background-color: rgb(174,150,173); }

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

border-color css

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

 span { border-color: rgb(174,150,173); }

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