#AD8CAC

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

Shades of London Hue #AD8CAC

Tints of London Hue #AD8CAC

Color information

#AD8CAC (or 0xAD8CAC) is unknown color: approx London Hue. HEX triplet: AD, 8C and AC. RGB value is (173,140,172). Sum of RGB (Red+Green+Blue) = 173+140+172=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8CAC is #527353. Grayscale: #999999. Windows color (decimal): -5403476 or 11308205. OLE color: 11308205.

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

Color convert

RGB173140172-
CMYK00.190.010.32
HSL301.82º16.75%61.37%-
HSV(B)301.82º19.08%67.84%-
XYZ34.0630.6243.14-
YUV153.51138.43141.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.67%
GREEN value IS 140 (55.08% from 255) = 28.87%
BLUE value IS 172 (67.58% from 255) = 35.46%
R=35.67%
G=28.87%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314017200.190.010.32301.8216.7561.37
HexAD8CAC01312012e113d
Octal2552142540231404562175
Binary101011011000110010101100010011110000010010111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8CAC; }

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

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

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

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

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

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

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

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