#AE9CB0

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

Shades of London Hue #AE9CB0

Tints of London Hue #AE9CB0

Color information

#AE9CB0 (or 0xAE9CB0) is unknown color: approx London Hue. HEX triplet: AE, 9C and B0. RGB value is (174,156,176). Sum of RGB (Red+Green+Blue) = 174+156+176=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 176 (69.14% from 255 or 34.78% from 506); Max value from RGB is 176 - color contains mainly: blue. Hex color #AE9CB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9CB0 is #51634F. Grayscale: #A3A3A3. Windows color (decimal): -5333840 or 11574446. OLE color: 11574446.

HSL color Cylindrical-coordinate representation of color #AE9CB0: hue angle of 294º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AE9CB0 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB174156176-
CMYK0.010.1100.31
HSL294º11.24%65.1%-
HSV(B)294º11.36%69.02%-
XYZ37.1835.9146.05-
YUV163.66134.96135.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.39%
GREEN value IS 156 (61.33% from 255) = 30.83%
BLUE value IS 176 (69.14% from 255) = 34.78%
R=34.39%
G=30.83%
B=34.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741561760.010.1100.3129411.2465.1
HexAE9CB01B01F126b41
Octal25623426011303744613101
Binary1010111010011100101100001101101111110010011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9CB0; }

 p { color: rgb(174,156,176); }

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

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

 a { background-color: rgb(174,156,176); }

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

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

 span { border-color: rgb(174,156,176); }

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