#ACA2A9

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

Shades of London Hue #ACA2A9

Tints of London Hue #ACA2A9

Color information

#ACA2A9 (or 0xACA2A9) is unknown color: approx London Hue. HEX triplet: AC, A2 and A9. RGB value is (172,162,169). Sum of RGB (Red+Green+Blue) = 172+162+169=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 169 (66.41% from 255 or 33.60% from 503); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA2A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA2A9 is #535D56. Grayscale: #A5A5A5. Windows color (decimal): -5463383 or 11117228. OLE color: 11117228.

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

Color convert

RGB172162169-
CMYK00.060.020.33
HSL318º5.68%65.49%-
HSV(B)318º5.81%67.45%-
XYZ37.137.4842.81-
YUV165.79129.81132.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.19%
GREEN value IS 162 (63.67% from 255) = 32.21%
BLUE value IS 169 (66.41% from 255) = 33.60%
R=34.19%
G=32.21%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216216900.060.020.333185.6865.49
HexACA2A90622113e641
Octal254242251062414766101
Binary1010110010100010101010010110101000011001111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA2A9; }

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

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

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

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

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

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

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

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