#AD9BAA

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

Shades of London Hue #AD9BAA

Tints of London Hue #AD9BAA

Color information

#AD9BAA (or 0xAD9BAA) is unknown color: approx London Hue. HEX triplet: AD, 9B and AA. RGB value is (173,155,170). Sum of RGB (Red+Green+Blue) = 173+155+170=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9BAA is #526455. Grayscale: #A2A2A2. Windows color (decimal): -5399638 or 11180973. OLE color: 11180973.

HSL color Cylindrical-coordinate representation of color #AD9BAA: hue angle of 310º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AD9BAA is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB173155170-
CMYK00.100.020.32
HSL310º9.89%64.31%-
HSV(B)310º10.4%67.84%-
XYZ36.2135.2342.92-
YUV162.09132.46135.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.74%
GREEN value IS 155 (60.94% from 255) = 31.12%
BLUE value IS 170 (66.80% from 255) = 34.14%
R=34.74%
G=31.12%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315517000.100.020.323109.8964.31
HexAD9BAA0A220136a40
Octal25523325201224046612100
Binary101011011001101110101010010101010000010011011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9BAA; }

 p { color: rgb(173,155,170); }

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

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

 a { background-color: rgb(173,155,170); }

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

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

 span { border-color: rgb(173,155,170); }

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