#ACA5AB

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

Shades of London Hue #ACA5AB

Tints of London Hue #ACA5AB

Color information

#ACA5AB (or 0xACA5AB) is unknown color: approx London Hue. HEX triplet: AC, A5 and AB. RGB value is (172,165,171). Sum of RGB (Red+Green+Blue) = 172+165+171=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 165 (64.84% from 255 or 32.48% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA5AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA5AB is #535A54. Grayscale: #A7A7A7. Windows color (decimal): -5462613 or 11249068. OLE color: 11249068.

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

Color convert

RGB172165171-
CMYK00.040.010.33
HSL308.57º4.05%66.08%-
HSV(B)308.57º4.07%67.45%-
XYZ37.8238.6243.99-
YUV167.78129.82131.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.86%
GREEN value IS 165 (64.84% from 255) = 32.48%
BLUE value IS 171 (67.19% from 255) = 33.66%
R=33.86%
G=32.48%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216517100.040.010.33308.574.0566.08
HexACA5AB04121135442
Octal254245253041414654102
Binary101011001010010110101011010011000011001101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA5AB; }

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

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

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

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

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

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

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

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