#ACA0AC

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

Shades of London Hue #ACA0AC

Tints of London Hue #ACA0AC

Color information

#ACA0AC (or 0xACA0AC) is unknown color: approx London Hue. HEX triplet: AC, A0 and AC. RGB value is (172,160,172). Sum of RGB (Red+Green+Blue) = 172+160+172=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #ACA0AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA0AC is #535F53. Grayscale: #A4A4A4. Windows color (decimal): -5463892 or 11313324. OLE color: 11313324.

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

Color convert

RGB172160172-
CMYK00.0700.33
HSL300º6.74%65.1%-
HSV(B)300º6.98%67.45%-
XYZ37.0336.8944.2-
YUV164.96131.98133.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.13%
GREEN value IS 160 (62.89% from 255) = 31.75%
BLUE value IS 172 (67.58% from 255) = 34.13%
R=34.13%
G=31.75%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216017200.0700.333006.7465.1
HexACA0AC0702112c741
Octal254240254070414547101
Binary101011001010000010101100011101000011001011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA0AC; }

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

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

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

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

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

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

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

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