#AD90A9

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

Shades of London Hue #AD90A9

Tints of London Hue #AD90A9

Color information

#AD90A9 (or 0xAD90A9) is unknown color: approx London Hue. HEX triplet: AD, 90 and A9. RGB value is (173,144,169). Sum of RGB (Red+Green+Blue) = 173+144+169=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 169 (66.41% from 255 or 34.77% from 486); Max value from RGB is 173 - color contains mainly: red. Hex color #AD90A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD90A9 is #526F56. Grayscale: #9B9B9B. Windows color (decimal): -5402455 or 11112621. OLE color: 11112621.

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

Color convert

RGB173144169-
CMYK00.170.020.32
HSL308.28º15.03%62.16%-
HSV(B)308.28º16.76%67.84%-
XYZ34.3731.741.84-
YUV155.52135.61140.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.60%
GREEN value IS 144 (56.64% from 255) = 29.63%
BLUE value IS 169 (66.41% from 255) = 34.77%
R=35.60%
G=29.63%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314416900.170.020.32308.2815.0362.16
HexAD90A9011220134f3e
Octal2552202510212404641776
Binary101011011001000010101001010001101000001001101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD90A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD90A9; }

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

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

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

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

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

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

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

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