#AC8DA6

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

Shades of London Hue #AC8DA6

Tints of London Hue #AC8DA6

Color information

#AC8DA6 (or 0xAC8DA6) is unknown color: approx London Hue. HEX triplet: AC, 8D and A6. RGB value is (172,141,166). Sum of RGB (Red+Green+Blue) = 172+141+166=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 166 (65.23% from 255 or 34.66% from 479); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8DA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8DA6 is #537259. Grayscale: #999999. Windows color (decimal): -5468762 or 10915244. OLE color: 10915244.

HSL color Cylindrical-coordinate representation of color #AC8DA6: hue angle of 311.61º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AC8DA6 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB172141166-
CMYK00.180.030.33
HSL311.61º15.74%61.37%-
HSV(B)311.61º18.02%67.45%-
XYZ33.4230.5740.22-
YUV153.12135.27141.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 141 (55.47% from 255) = 29.44%
BLUE value IS 166 (65.23% from 255) = 34.66%
R=35.91%
G=29.44%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214116600.180.030.33311.6115.7461.37
HexAC8DA6012321138103d
Octal2542152460223414702075
Binary1010110010001101101001100100101110000110011100010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8DA6; }

 p { color: rgb(172,141,166); }

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

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

 a { background-color: rgb(172,141,166); }

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

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

 span { border-color: rgb(172,141,166); }

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