#AC90AA

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

Shades of London Hue #AC90AA

Tints of London Hue #AC90AA

Color information

#AC90AA (or 0xAC90AA) is unknown color: approx London Hue. HEX triplet: AC, 90 and AA. RGB value is (172,144,170). Sum of RGB (Red+Green+Blue) = 172+144+170=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 172 - color contains mainly: red. Hex color #AC90AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC90AA is #536F55. Grayscale: #9B9B9B. Windows color (decimal): -5467990 or 11178156. OLE color: 11178156.

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

Color convert

RGB172144170-
CMYK00.160.010.33
HSL304.29º14.43%61.96%-
HSV(B)304.29º16.28%67.45%-
XYZ34.2431.6242.33-
YUV155.34136.28139.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.39%
GREEN value IS 144 (56.64% from 255) = 29.63%
BLUE value IS 170 (66.80% from 255) = 34.98%
R=35.39%
G=29.63%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214417000.160.010.33304.2914.4361.96
HexAC90AA010121130e3e
Octal2542202520201414601676
Binary10101100100100001010101001000011000011001100001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC90AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC90AA; }

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

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

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

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

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

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

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

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