#AC9AAE

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

Shades of London Hue #AC9AAE

Tints of London Hue #AC9AAE

Color information

#AC9AAE (or 0xAC9AAE) is unknown color: approx London Hue. HEX triplet: AC, 9A and AE. RGB value is (172,154,174). Sum of RGB (Red+Green+Blue) = 172+154+174=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC9AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9AAE is #536551. Grayscale: #A1A1A1. Windows color (decimal): -5465426 or 11442860. OLE color: 11442860.

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

Color convert

RGB172154174-
CMYK0.010.1100.32
HSL294º10.99%64.31%-
HSV(B)294º11.49%68.24%-
XYZ36.2134.9444.88-
YUV161.66134.96135.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.4%
GREEN value IS 154 (60.55% from 255) = 30.8%
BLUE value IS 174 (68.36% from 255) = 34.8%
R=34.4%
G=30.8%
B=34.8%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721541740.010.1100.3229410.9964.31
HexAC9AAE1B020126b40
Octal25423225611304044613100
Binary10101100100110101010111011011010000010010011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9AAE; }

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

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

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

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

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

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

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

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