#ACA6AC

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

Shades of London Hue #ACA6AC

Tints of London Hue #ACA6AC

Color information

#ACA6AC (or 0xACA6AC) is unknown color: approx London Hue. HEX triplet: AC, A6 and AC. RGB value is (172,166,172). Sum of RGB (Red+Green+Blue) = 172+166+172=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #ACA6AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA6AC is #535953. Grayscale: #A8A8A8. Windows color (decimal): -5462356 or 11314860. OLE color: 11314860.

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

Color convert

RGB172166172-
CMYK00.0300.33
HSL300º3.49%66.27%-
HSV(B)300º3.49%67.45%-
XYZ38.139.0244.55-
YUV168.48129.99130.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.73%
GREEN value IS 166 (65.23% from 255) = 32.55%
BLUE value IS 172 (67.58% from 255) = 33.73%
R=33.73%
G=32.55%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216617200.0300.333003.4966.27
HexACA6AC0302112c342
Octal254246254030414543102
Binary1010110010100110101011000110100001100101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA6AC; }

 p { color: rgb(172,166,172); }

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

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

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

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

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

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

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