#AD89AF

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

Shades of London Hue #AD89AF

Tints of London Hue #AD89AF

Color information

#AD89AF (or 0xAD89AF) is unknown color: approx London Hue. HEX triplet: AD, 89 and AF. RGB value is (173,137,175). Sum of RGB (Red+Green+Blue) = 173+137+175=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD89AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD89AF is #527650. Grayscale: #979797. Windows color (decimal): -5404241 or 11504045. OLE color: 11504045.

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

Color convert

RGB173137175-
CMYK0.010.2200.31
HSL296.84º19.19%61.18%-
HSV(B)296.84º21.71%68.63%-
XYZ33.9229.8744.54-
YUV152.1140.93142.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.67%
GREEN value IS 137 (53.91% from 255) = 28.25%
BLUE value IS 175 (68.75% from 255) = 36.08%
R=35.67%
G=28.25%
B=36.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731371750.010.2200.31296.8419.1961.18
HexAD89AF11601F129133d
Octal2552112571260374512375
Binary10101101100010011010111111011001111110010100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD89AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD89AF; }

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

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

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

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

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

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

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

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