#AD89AE

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

Shades of London Hue #AD89AE

Tints of London Hue #AD89AE

Color information

#AD89AE (or 0xAD89AE) is unknown color: approx London Hue. HEX triplet: AD, 89 and AE. RGB value is (173,137,174). Sum of RGB (Red+Green+Blue) = 173+137+174=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD89AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD89AE is #527651. Grayscale: #979797. Windows color (decimal): -5404242 or 11438509. OLE color: 11438509.

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

Color convert

RGB173137174-
CMYK0.010.2100.32
HSL298.38º18.59%60.98%-
HSV(B)298.38º21.26%68.24%-
XYZ33.8229.8344.02-
YUV151.98140.43142.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.74%
GREEN value IS 137 (53.91% from 255) = 28.31%
BLUE value IS 174 (68.36% from 255) = 35.95%
R=35.74%
G=28.31%
B=35.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731371740.010.2100.32298.3818.5960.98
HexAD89AE11502012a133d
Octal2552112561250404522375
Binary101011011000100110101110110101010000010010101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD89AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD89AE; }

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

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

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

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

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

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

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

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