#AC9FAA

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

Shades of London Hue #AC9FAA

Tints of London Hue #AC9FAA

Color information

#AC9FAA (or 0xAC9FAA) is unknown color: approx London Hue. HEX triplet: AC, 9F and AA. RGB value is (172,159,170). Sum of RGB (Red+Green+Blue) = 172+159+170=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9FAA is #536055. Grayscale: #A4A4A4. Windows color (decimal): -5464150 or 11181996. OLE color: 11181996.

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

Color convert

RGB172159170-
CMYK00.080.010.33
HSL309.23º7.26%64.9%-
HSV(B)309.23º7.56%67.45%-
XYZ36.6736.4743.14-
YUV164.14131.31133.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.33%
GREEN value IS 159 (62.5% from 255) = 31.74%
BLUE value IS 170 (66.80% from 255) = 33.93%
R=34.33%
G=31.74%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215917000.080.010.33309.237.2664.9
HexAC9FAA08121135741
Octal2542372520101414657101
Binary1010110010011111101010100100011000011001101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9FAA; }

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

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

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

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

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

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

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

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