#AD89A4

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

Shades of London Hue #AD89A4

Tints of London Hue #AD89A4

Color information

#AD89A4 (or 0xAD89A4) is unknown color: approx London Hue. HEX triplet: AD, 89 and A4. RGB value is (173,137,164). Sum of RGB (Red+Green+Blue) = 173+137+164=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 164 (64.45% from 255 or 34.60% from 474); Max value from RGB is 173 - color contains mainly: red. Hex color #AD89A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD89A4 is #52765B. Grayscale: #969696. Windows color (decimal): -5404252 or 10783149. OLE color: 10783149.

HSL color Cylindrical-coordinate representation of color #AD89A4: hue angle of 315º degrees, saturation: 0.18, 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 #AD89A4 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB173137164-
CMYK00.210.050.32
HSL315º18%60.78%-
HSV(B)315º20.81%67.84%-
XYZ32.8829.4639.07-
YUV150.84135.43143.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.50%
GREEN value IS 137 (53.91% from 255) = 28.90%
BLUE value IS 164 (64.45% from 255) = 34.60%
R=36.50%
G=28.90%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313716400.210.050.323151860.78
HexAD89A401552013b123d
Octal2552112440255404732275
Binary10101101100010011010010001010110110000010011101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD89A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD89A4; }

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

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

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

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

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

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

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

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