Html Css Color HEX #AE80AC London Hue

📋 copy color: '#AE80AC'

red 174 ◦ green 128 ◦ blue 172

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

Shades of London Hue #AE80AC

Tints of London Hue #AE80AC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27%

 BLUE value IS 172 (67.58% from 255) = 36.29%

R = 36.71%
G = 27%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE80AC (or 0xAE80AC) is known color: London Hue. HEX triplet: AE, 80 and AC. RGB value is (174,128,172). Sum of RGB (Red+Green+Blue) = 174+128+172=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 174 - color contains mainly: red. Hex color #AE80AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE80AC is #517F53. Grayscale: #929292. Windows color (decimal): -5341012 or 11305134. OLE color: 11305134.

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

Color convert

RGB 174 128 172 -
CMYK 0 0.26 0.01 0.32
HSL 302.61º 0.22% 0.59% -
HSV(B) 302.61º 0.26% 0.68% -
XYZ 32.62 27.42 42.6 -
YUV 146.77 142.24 147.42 -
System Red Green Blue C M Y K H S L
Decimal 174 128 172 0 0.26 0.01 0.32 302.61 0.22 0.59
Hex AE 80 AC 0 1A 1 20 12F 16 3B
Octal 256 200 254 0 32 1 40 457 26 73
Binary 10101110 10000000 10101100 0 11010 1 100000 100101111 10110 111011

Color Harmonies of #AE80AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE80AC

Black with #AE80AC

Text Example


Text Example

White with #AE80AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE80AC; }

 p { color: rgb(174,128,172); }

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

background-color css

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

 a { background-color: rgb(174,128,172); }

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

border-color css

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

 span { border-color: rgb(174,128,172); }

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