#AD90A7

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

Shades of London Hue #AD90A7

Tints of London Hue #AD90A7

Color information

#AD90A7 (or 0xAD90A7) is unknown color: approx London Hue. HEX triplet: AD, 90 and A7. RGB value is (173,144,167). Sum of RGB (Red+Green+Blue) = 173+144+167=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 167 (65.62% from 255 or 34.50% from 484); Max value from RGB is 173 - color contains mainly: red. Hex color #AD90A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD90A7 is #526F58. Grayscale: #9B9B9B. Windows color (decimal): -5402457 or 10981549. OLE color: 10981549.

HSL color Cylindrical-coordinate representation of color #AD90A7: hue angle of 312.41º 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 #AD90A7 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB173144167-
CMYK00.170.030.32
HSL312.41º15.03%62.16%-
HSV(B)312.41º16.76%67.84%-
XYZ34.1831.6240.86-
YUV155.29134.61140.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.74%
GREEN value IS 144 (56.64% from 255) = 29.75%
BLUE value IS 167 (65.62% from 255) = 34.50%
R=35.74%
G=29.75%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314416700.170.030.32312.4115.0362.16
HexAD90A7011320138f3e
Octal2552202470213404701776
Binary101011011001000010100111010001111000001001110001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD90A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD90A7; }

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

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

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

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

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

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

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

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