Html Css Color HEX #AD86AE London Hue

📋 copy color: '#AD86AE'

red 173 ◦ green 134 ◦ blue 174

#AD86AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #AD86AE

Tints of London Hue #AD86AE

RGB

 RED value IS 173 (67.97% from 255) = 35.97%

 GREEN value IS 134 (52.73% from 255) = 27.86%

 BLUE value IS 174 (68.36% from 255) = 36.17%

R = 35.97%
G = 27.86%
B = 36.17%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD86AE (or 0xAD86AE) is known color: London Hue. HEX triplet: AD, 86 and AE. RGB value is (173,134,174). Sum of RGB (Red+Green+Blue) = 173+134+174=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD86AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD86AE is #527951. Grayscale: #969696. Windows color (decimal): -5405010 or 11437741. OLE color: 11437741.

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

Color convert

RGB 173 134 174 -
CMYK 0.01 0.23 0 0.32
HSL 298.5º 0.2% 0.6% -
HSV(B) 298.5º 0.23% 0.68% -
XYZ 33.4 28.99 43.88 -
YUV 150.22 141.42 144.25 -
System Red Green Blue C M Y K H S L
Decimal 173 134 174 0.01 0.23 0 0.32 298.5 0.2 0.6
Hex AD 86 AE 1 17 0 20 12A 14 3C
Octal 255 206 256 1 27 0 40 452 24 74
Binary 10101101 10000110 10101110 1 10111 0 100000 100101010 10100 111100

Color Harmonies of #AD86AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD86AE

Black with #AD86AE

Text Example


Text Example

White with #AD86AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD86AE; }

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

 H1.HeaderClassName
 {
   color: #AD86AE;
 }
 .AnyTagClassName
 {
   color: #AD86AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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