#AC90B0

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

Shades of London Hue #AC90B0

Tints of London Hue #AC90B0

Color information

#AC90B0 (or 0xAC90B0) is unknown color: approx London Hue. HEX triplet: AC, 90 and B0. RGB value is (172,144,176). Sum of RGB (Red+Green+Blue) = 172+144+176=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 176 (69.14% from 255 or 35.77% from 492); Max value from RGB is 176 - color contains mainly: blue. Hex color #AC90B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC90B0 is #536F4F. Grayscale: #9B9B9B. Windows color (decimal): -5467984 or 11571372. OLE color: 11571372.

HSL color Cylindrical-coordinate representation of color #AC90B0: hue angle of 292.5º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AC90B0 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB172144176-
CMYK0.020.1800.31
HSL292.5º16.84%62.75%-
HSV(B)292.5º18.18%69.02%-
XYZ34.8231.8545.39-
YUV156.02139.28139.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.96%
GREEN value IS 144 (56.64% from 255) = 29.27%
BLUE value IS 176 (69.14% from 255) = 35.77%
R=34.96%
G=29.27%
B=35.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721441760.020.1800.31292.516.8462.75
HexAC90B021201F124113f
Octal2542202602220374442177
Binary101011001001000010110000101001001111110010010010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC90B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC90B0; }

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

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

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

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

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

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

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

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