#ACA0A8

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

Shades of London Hue #ACA0A8

Tints of London Hue #ACA0A8

Color information

#ACA0A8 (or 0xACA0A8) is unknown color: approx London Hue. HEX triplet: AC, A0 and A8. RGB value is (172,160,168). Sum of RGB (Red+Green+Blue) = 172+160+168=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA0A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA0A8 is #535F57. Grayscale: #A4A4A4. Windows color (decimal): -5463896 or 11051180. OLE color: 11051180.

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

Color convert

RGB172160168-
CMYK00.070.020.33
HSL320º6.74%65.1%-
HSV(B)320º6.98%67.45%-
XYZ36.6536.7442.21-
YUV164.5129.98133.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.4%
GREEN value IS 160 (62.89% from 255) = 32%
BLUE value IS 168 (66.02% from 255) = 33.6%
R=34.4%
G=32%
B=33.6%

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
Decimal17216016800.070.020.333206.7465.1
HexACA0A807221140741
Octal254240250072415007101
Binary1010110010100000101010000111101000011010000001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA0A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA0A8; }

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

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

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

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

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

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

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

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