#ACA1AD

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

Shades of London Hue #ACA1AD

Tints of London Hue #ACA1AD

Color information

#ACA1AD (or 0xACA1AD) is unknown color: approx London Hue. HEX triplet: AC, A1 and AD. RGB value is (172,161,173). Sum of RGB (Red+Green+Blue) = 172+161+173=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 173 - color contains mainly: blue. Hex color #ACA1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA1AD is #535E52. Grayscale: #A5A5A5. Windows color (decimal): -5463635 or 11379116. OLE color: 11379116.

HSL color Cylindrical-coordinate representation of color #ACA1AD: hue angle of 295º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ACA1AD is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB172161173-
CMYK0.010.0700.32
HSL295º6.82%65.49%-
HSV(B)295º6.94%67.84%-
XYZ37.337.2844.76-
YUV165.66132.14132.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.99%
GREEN value IS 161 (63.28% from 255) = 31.82%
BLUE value IS 173 (67.97% from 255) = 34.19%
R=33.99%
G=31.82%
B=34.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721611730.010.0700.322956.8265.49
HexACA1AD17020127741
Octal254241255170404477101
Binary101011001010000110101101111101000001001001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA1AD; }

 p { color: rgb(172,161,173); }

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

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

 a { background-color: rgb(172,161,173); }

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

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

 span { border-color: rgb(172,161,173); }

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