#ACA2AB

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

Shades of London Hue #ACA2AB

Tints of London Hue #ACA2AB

Color information

#ACA2AB (or 0xACA2AB) is unknown color: approx London Hue. HEX triplet: AC, A2 and AB. RGB value is (172,162,171). Sum of RGB (Red+Green+Blue) = 172+162+171=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA2AB is #535D54. Grayscale: #A5A5A5. Windows color (decimal): -5463381 or 11248300. OLE color: 11248300.

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

Color convert

RGB172162171-
CMYK00.060.010.33
HSL306º5.68%65.49%-
HSV(B)306º5.81%67.45%-
XYZ37.2837.5543.81-
YUV166.02130.81132.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.06%
GREEN value IS 162 (63.67% from 255) = 32.08%
BLUE value IS 171 (67.19% from 255) = 33.86%
R=34.06%
G=32.08%
B=33.86%

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
Decimal17216217100.060.010.333065.6865.49
HexACA2AB06121132641
Octal254242253061414626101
Binary101011001010001010101011011011000011001100101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA2AB; }

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

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

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

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

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

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

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

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