#AD90A4

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

Shades of London Hue #AD90A4

Tints of London Hue #AD90A4

Color information

#AD90A4 (or 0xAD90A4) is unknown color: approx London Hue. HEX triplet: AD, 90 and A4. RGB value is (173,144,164). Sum of RGB (Red+Green+Blue) = 173+144+164=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 164 (64.45% from 255 or 34.10% from 481); Max value from RGB is 173 - color contains mainly: red. Hex color #AD90A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD90A4 is #526F5B. Grayscale: #9A9A9A. Windows color (decimal): -5402460 or 10784941. OLE color: 10784941.

HSL color Cylindrical-coordinate representation of color #AD90A4: hue angle of 318.62º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AD90A4 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB173144164-
CMYK00.170.050.32
HSL318.62º15.03%62.16%-
HSV(B)318.62º16.76%67.84%-
XYZ33.9131.5139.42-
YUV154.95133.11140.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.97%
GREEN value IS 144 (56.64% from 255) = 29.94%
BLUE value IS 164 (64.45% from 255) = 34.10%
R=35.97%
G=29.94%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314416400.170.050.32318.6215.0362.16
HexAD90A401152013ff3e
Octal2552202440215404771776
Binary1010110110010000101001000100011011000001001111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD90A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD90A4; }

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

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

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

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

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

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

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

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