#AE8CAB

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

Shades of London Hue #AE8CAB

Tints of London Hue #AE8CAB

Color information

#AE8CAB (or 0xAE8CAB) is unknown color: approx London Hue. HEX triplet: AE, 8C and AB. RGB value is (174,140,171). Sum of RGB (Red+Green+Blue) = 174+140+171=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8CAB is #517354. Grayscale: #999999. Windows color (decimal): -5337941 or 11242670. OLE color: 11242670.

HSL color Cylindrical-coordinate representation of color #AE8CAB: hue angle of 305.29º 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 #AE8CAB is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB174140171-
CMYK00.200.020.32
HSL305.29º17.35%61.57%-
HSV(B)305.29º19.54%68.24%-
XYZ34.1830.742.65-
YUV153.7137.76142.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 140 (55.08% from 255) = 28.87%
BLUE value IS 171 (67.19% from 255) = 35.26%
R=35.88%
G=28.87%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414017100.200.020.32305.2917.3561.57
HexAE8CAB014220131113e
Octal2562142530242404612176
Binary1010111010001100101010110101001010000010011000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8CAB; }

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

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

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

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

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

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

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

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