#AC91A5

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

Shades of London Hue #AC91A5

Tints of London Hue #AC91A5

Color information

#AC91A5 (or 0xAC91A5) is unknown color: approx London Hue. HEX triplet: AC, 91 and A5. RGB value is (172,145,165). Sum of RGB (Red+Green+Blue) = 172+145+165=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 165 (64.84% from 255 or 34.23% from 482); Max value from RGB is 172 - color contains mainly: red. Hex color #AC91A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC91A5 is #536E5A. Grayscale: #9B9B9B. Windows color (decimal): -5467739 or 10850732. OLE color: 10850732.

HSL color Cylindrical-coordinate representation of color #AC91A5: hue angle of 315.56º 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 #AC91A5 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB172145165-
CMYK00.160.040.33
HSL315.56º13.99%62.16%-
HSV(B)315.56º15.7%67.45%-
XYZ33.9331.7439.94-
YUV155.35133.45139.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.68%
GREEN value IS 145 (57.03% from 255) = 30.08%
BLUE value IS 165 (64.84% from 255) = 34.23%
R=35.68%
G=30.08%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214516500.160.040.33315.5613.9962.16
HexAC91A501042113ce3e
Octal2542212450204414741676
Binary1010110010010001101001010100001001000011001111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC91A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC91A5; }

 p { color: rgb(172,145,165); }

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

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

 a { background-color: rgb(172,145,165); }

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

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

 span { border-color: rgb(172,145,165); }

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