#AD85AF

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

Shades of London Hue #AD85AF

Tints of London Hue #AD85AF

Color information

#AD85AF (or 0xAD85AF) is unknown color: approx London Hue. HEX triplet: AD, 85 and AF. RGB value is (173,133,175). Sum of RGB (Red+Green+Blue) = 173+133+175=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD85AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD85AF is #527A50. Grayscale: #959595. Windows color (decimal): -5405265 or 11503021. OLE color: 11503021.

HSL color Cylindrical-coordinate representation of color #AD85AF: hue angle of 297.14º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD85AF is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB173133175-
CMYK0.010.2400.31
HSL297.14º20.79%60.39%-
HSV(B)297.14º24%68.63%-
XYZ33.3628.7544.35-
YUV149.75142.25144.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.97%
GREEN value IS 133 (52.34% from 255) = 27.65%
BLUE value IS 175 (68.75% from 255) = 36.38%
R=35.97%
G=27.65%
B=36.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731331750.010.2400.31297.1420.7960.39
HexAD85AF11801F129153c
Octal2552052571300374512574
Binary10101101100001011010111111100001111110010100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD85AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD85AF; }

 p { color: rgb(173,133,175); }

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

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

 a { background-color: rgb(173,133,175); }

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

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

 span { border-color: rgb(173,133,175); }

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