#AD86AF

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

Shades of London Hue #AD86AF

Tints of London Hue #AD86AF

Color information

#AD86AF (or 0xAD86AF) is unknown color: approx London Hue. HEX triplet: AD, 86 and AF. RGB value is (173,134,175). Sum of RGB (Red+Green+Blue) = 173+134+175=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD86AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD86AF is #527950. Grayscale: #969696. Windows color (decimal): -5405009 or 11503277. OLE color: 11503277.

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

Color convert

RGB173134175-
CMYK0.010.2300.31
HSL297.07º20.4%60.59%-
HSV(B)297.07º23.43%68.63%-
XYZ33.529.0344.4-
YUV150.33141.92144.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.89%
GREEN value IS 134 (52.73% from 255) = 27.80%
BLUE value IS 175 (68.75% from 255) = 36.31%
R=35.89%
G=27.80%
B=36.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731341750.010.2300.31297.0720.460.59
HexAD86AF11701F129143d
Octal2552062571270374512475
Binary10101101100001101010111111011101111110010100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD86AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD86AF; }

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

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

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

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

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

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

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

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