#AE8CAC

Color #AE8CAC London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #AE8CAC

Tints of London Hue #AE8CAC

Color information

#AE8CAC (or 0xAE8CAC) is unknown color: approx London Hue. HEX triplet: AE, 8C and AC. RGB value is (174,140,172). Sum of RGB (Red+Green+Blue) = 174+140+172=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8CAC is #517353. Grayscale: #999999. Windows color (decimal): -5337940 or 11308206. OLE color: 11308206.

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

Color convert

RGB174140172-
CMYK00.200.010.32
HSL303.53º17.35%61.57%-
HSV(B)303.53º19.54%68.24%-
XYZ34.2830.7343.16-
YUV153.81138.26142.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.80%
GREEN value IS 140 (55.08% from 255) = 28.81%
BLUE value IS 172 (67.58% from 255) = 35.39%
R=35.80%
G=28.81%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414017200.200.010.32303.5317.3561.57
HexAE8CAC014120130113e
Octal2562142540241404602176
Binary101011101000110010101100010100110000010011000010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8CAC; }

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

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

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

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

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

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

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

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