#ACA5AA

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

Shades of London Hue #ACA5AA

Tints of London Hue #ACA5AA

Color information

#ACA5AA (or 0xACA5AA) is unknown color: approx London Hue. HEX triplet: AC, A5 and AA. RGB value is (172,165,170). Sum of RGB (Red+Green+Blue) = 172+165+170=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA5AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA5AA is #535A55. Grayscale: #A7A7A7. Windows color (decimal): -5462614 or 11183532. OLE color: 11183532.

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

Color convert

RGB172165170-
CMYK00.040.010.33
HSL317.14º4.05%66.08%-
HSV(B)317.14º4.07%67.45%-
XYZ37.7238.5843.49-
YUV167.66129.32131.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.93%
GREEN value IS 165 (64.84% from 255) = 32.54%
BLUE value IS 170 (66.80% from 255) = 33.53%
R=33.93%
G=32.54%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216517000.040.010.33317.144.0566.08
HexACA5AA0412113d442
Octal254245252041414754102
Binary101011001010010110101010010011000011001111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA5AA; }

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

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

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

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

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

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

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

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