#AC8DAE

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

Shades of London Hue #AC8DAE

Tints of London Hue #AC8DAE

Color information

#AC8DAE (or 0xAC8DAE) is unknown color: approx London Hue. HEX triplet: AC, 8D and AE. RGB value is (172,141,174). Sum of RGB (Red+Green+Blue) = 172+141+174=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC8DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8DAE is #537251. Grayscale: #999999. Windows color (decimal): -5468754 or 11439532. OLE color: 11439532.

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

Color convert

RGB172141174-
CMYK0.010.1900.32
HSL296.36º16.92%61.76%-
HSV(B)296.36º18.97%68.24%-
XYZ34.1830.8844.2-
YUV154.03139.27140.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.32%
GREEN value IS 141 (55.47% from 255) = 28.95%
BLUE value IS 174 (68.36% from 255) = 35.73%
R=35.32%
G=28.95%
B=35.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721411740.010.1900.32296.3616.9261.76
HexAC8DAE113020128113e
Octal2542152561230404502176
Binary101011001000110110101110110011010000010010100010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8DAE; }

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

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

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

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

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

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

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

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