#ACA3A9

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

Shades of London Hue #ACA3A9

Tints of London Hue #ACA3A9

Color information

#ACA3A9 (or 0xACA3A9) is unknown color: approx London Hue. HEX triplet: AC, A3 and A9. RGB value is (172,163,169). Sum of RGB (Red+Green+Blue) = 172+163+169=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA3A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA3A9 is #535C56. Grayscale: #A6A6A6. Windows color (decimal): -5463127 or 11117484. OLE color: 11117484.

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

Color convert

RGB172163169-
CMYK00.050.020.33
HSL320º5.14%65.69%-
HSV(B)320º5.23%67.45%-
XYZ37.2737.8342.87-
YUV166.37129.48132.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.13%
GREEN value IS 163 (64.06% from 255) = 32.34%
BLUE value IS 169 (66.41% from 255) = 33.53%
R=34.13%
G=32.34%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216316900.050.020.333205.1465.69
HexACA3A905221140542
Octal254243251052415005102
Binary1010110010100011101010010101101000011010000001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA3A9; }

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

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

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

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

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

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

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

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