#ACA0A9

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

Shades of London Hue #ACA0A9

Tints of London Hue #ACA0A9

Color information

#ACA0A9 (or 0xACA0A9) is unknown color: approx London Hue. HEX triplet: AC, A0 and A9. RGB value is (172,160,169). Sum of RGB (Red+Green+Blue) = 172+160+169=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 169 (66.41% from 255 or 33.73% from 501); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA0A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA0A9 is #535F56. Grayscale: #A4A4A4. Windows color (decimal): -5463895 or 11116716. OLE color: 11116716.

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

Color convert

RGB172160169-
CMYK00.070.020.33
HSL315º6.74%65.1%-
HSV(B)315º6.98%67.45%-
XYZ36.7536.7842.7-
YUV164.61130.48133.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.33%
GREEN value IS 160 (62.89% from 255) = 31.94%
BLUE value IS 169 (66.41% from 255) = 33.73%
R=34.33%
G=31.94%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216016900.070.020.333156.7465.1
HexACA0A90722113b741
Octal254240251072414737101
Binary1010110010100000101010010111101000011001110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA0A9; }

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

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

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

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

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

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

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

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