#ACA7AC

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

Shades of London Hue #ACA7AC

Tints of London Hue #ACA7AC

Color information

#ACA7AC (or 0xACA7AC) is unknown color: approx London Hue. HEX triplet: AC, A7 and AC. RGB value is (172,167,172). Sum of RGB (Red+Green+Blue) = 172+167+172=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 167 (65.62% from 255 or 32.68% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #ACA7AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA7AC is #535853. Grayscale: #A9A9A9. Windows color (decimal): -5462100 or 11315116. OLE color: 11315116.

HSL color Cylindrical-coordinate representation of color #ACA7AC: 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 #ACA7AC is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB172167172-
CMYK00.0300.33
HSL300º2.92%66.47%-
HSV(B)300º2.91%67.45%-
XYZ38.2839.3944.61-
YUV169.06129.66130.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.66%
GREEN value IS 167 (65.62% from 255) = 32.68%
BLUE value IS 172 (67.58% from 255) = 33.66%
R=33.66%
G=32.68%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216717200.0300.333002.9266.47
HexACA7AC0302112c342
Octal254247254030414543102
Binary1010110010100111101011000110100001100101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA7AC; }

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

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

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

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

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

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

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

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