#ACA0AA

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

Shades of London Hue #ACA0AA

Tints of London Hue #ACA0AA

Color information

#ACA0AA (or 0xACA0AA) is unknown color: approx London Hue. HEX triplet: AC, A0 and AA. RGB value is (172,160,170). Sum of RGB (Red+Green+Blue) = 172+160+170=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA0AA is #535F55. Grayscale: #A4A4A4. Windows color (decimal): -5463894 or 11182252. OLE color: 11182252.

HSL color Cylindrical-coordinate representation of color #ACA0AA: hue angle of 310º 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 #ACA0AA is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB172160170-
CMYK00.070.010.33
HSL310º6.74%65.1%-
HSV(B)310º6.98%67.45%-
XYZ36.8436.8143.19-
YUV164.73130.98133.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.26%
GREEN value IS 160 (62.89% from 255) = 31.87%
BLUE value IS 170 (66.80% from 255) = 33.86%
R=34.26%
G=31.87%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216017000.070.010.333106.7465.1
HexACA0AA07121136741
Octal254240252071414667101
Binary101011001010000010101010011111000011001101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA0AA; }

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

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

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

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

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

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

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

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