#AC94AA

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

Shades of London Hue #AC94AA

Tints of London Hue #AC94AA

Color information

#AC94AA (or 0xAC94AA) is unknown color: approx London Hue. HEX triplet: AC, 94 and AA. RGB value is (172,148,170). Sum of RGB (Red+Green+Blue) = 172+148+170=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 172 - color contains mainly: red. Hex color #AC94AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC94AA is #536B55. Grayscale: #9D9D9D. Windows color (decimal): -5466966 or 11179180. OLE color: 11179180.

HSL color Cylindrical-coordinate representation of color #AC94AA: hue angle of 305º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AC94AA is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB172148170-
CMYK00.140.010.33
HSL305º12.63%62.75%-
HSV(B)305º13.95%67.45%-
XYZ34.8632.8542.53-
YUV157.68134.95138.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.10%
GREEN value IS 148 (58.20% from 255) = 30.20%
BLUE value IS 170 (66.80% from 255) = 34.69%
R=35.10%
G=30.20%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214817000.140.010.3330512.6362.75
HexAC94AA0E121131d3f
Octal2542242520161414611577
Binary1010110010010100101010100111011000011001100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC94AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC94AA; }

 p { color: rgb(172,148,170); }

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

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

 a { background-color: rgb(172,148,170); }

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

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

 span { border-color: rgb(172,148,170); }

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