#ACA2AA

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

Shades of London Hue #ACA2AA

Tints of London Hue #ACA2AA

Color information

#ACA2AA (or 0xACA2AA) is unknown color: approx London Hue. HEX triplet: AC, A2 and AA. RGB value is (172,162,170). Sum of RGB (Red+Green+Blue) = 172+162+170=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 162 (63.67% from 255 or 32.14% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA2AA is #535D55. Grayscale: #A5A5A5. Windows color (decimal): -5463382 or 11182764. OLE color: 11182764.

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

Color convert

RGB172162170-
CMYK00.060.010.33
HSL312º5.68%65.49%-
HSV(B)312º5.81%67.45%-
XYZ37.1937.5143.31-
YUV165.9130.31132.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.13%
GREEN value IS 162 (63.67% from 255) = 32.14%
BLUE value IS 170 (66.80% from 255) = 33.73%
R=34.13%
G=32.14%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216217000.060.010.333125.6865.49
HexACA2AA06121138641
Octal254242252061414706101
Binary101011001010001010101010011011000011001110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA2AA; }

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

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

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

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

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

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

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

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