#AC90AD

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

Shades of London Hue #AC90AD

Tints of London Hue #AC90AD

Color information

#AC90AD (or 0xAC90AD) is unknown color: approx London Hue. HEX triplet: AC, 90 and AD. RGB value is (172,144,173). Sum of RGB (Red+Green+Blue) = 172+144+173=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC90AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC90AD is #536F52. Grayscale: #9B9B9B. Windows color (decimal): -5467987 or 11374764. OLE color: 11374764.

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

Color convert

RGB172144173-
CMYK0.010.1700.32
HSL297.93º15.03%62.16%-
HSV(B)297.93º16.76%67.84%-
XYZ34.5331.7343.84-
YUV155.68137.78139.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.17%
GREEN value IS 144 (56.64% from 255) = 29.45%
BLUE value IS 173 (67.97% from 255) = 35.38%
R=35.17%
G=29.45%
B=35.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721441730.010.1700.32297.9315.0362.16
HexAC90AD11102012af3e
Octal2542202551210404521776
Binary10101100100100001010110111000101000001001010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC90AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC90AD; }

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

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

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

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

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

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

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

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