#AC8DA5

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

Shades of London Hue #AC8DA5

Tints of London Hue #AC8DA5

Color information

#AC8DA5 (or 0xAC8DA5) is unknown color: approx London Hue. HEX triplet: AC, 8D and A5. RGB value is (172,141,165). Sum of RGB (Red+Green+Blue) = 172+141+165=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 165 (64.84% from 255 or 34.52% from 478); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8DA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8DA5 is #53725A. Grayscale: #989898. Windows color (decimal): -5468763 or 10849708. OLE color: 10849708.

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

Color convert

RGB172141165-
CMYK00.180.040.33
HSL313.55º15.74%61.37%-
HSV(B)313.55º18.02%67.45%-
XYZ33.3330.5439.73-
YUV153134.77141.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.98%
GREEN value IS 141 (55.47% from 255) = 29.50%
BLUE value IS 165 (64.84% from 255) = 34.52%
R=35.98%
G=29.50%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214116500.180.040.33313.5515.7461.37
HexAC8DA501242113a103d
Octal2542152450224414722075
Binary10101100100011011010010101001010010000110011101010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8DA5; }

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

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

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

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

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

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

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

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