#ACA4AA

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

Shades of London Hue #ACA4AA

Tints of London Hue #ACA4AA

Color information

#ACA4AA (or 0xACA4AA) is unknown color: approx London Hue. HEX triplet: AC, A4 and AA. RGB value is (172,164,170). Sum of RGB (Red+Green+Blue) = 172+164+170=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA4AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA4AA is #535B55. Grayscale: #A7A7A7. Windows color (decimal): -5462870 or 11183276. OLE color: 11183276.

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

Color convert

RGB172164170-
CMYK00.050.010.33
HSL315º4.6%65.88%-
HSV(B)315º4.65%67.45%-
XYZ37.5438.2243.43-
YUV167.08129.65131.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.99%
GREEN value IS 164 (64.45% from 255) = 32.41%
BLUE value IS 170 (66.80% from 255) = 33.60%
R=33.99%
G=32.41%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216417000.050.010.333154.665.88
HexACA4AA0512113b542
Octal254244252051414735102
Binary101011001010010010101010010111000011001110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA4AA; }

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

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

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

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

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

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

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

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