#AD99AB

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

Shades of London Hue #AD99AB

Tints of London Hue #AD99AB

Color information

#AD99AB (or 0xAD99AB) is unknown color: approx London Hue. HEX triplet: AD, 99 and AB. RGB value is (173,153,171). Sum of RGB (Red+Green+Blue) = 173+153+171=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 173 - color contains mainly: red. Hex color #AD99AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD99AB is #526654. Grayscale: #A0A0A0. Windows color (decimal): -5400149 or 11245997. OLE color: 11245997.

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

Color convert

RGB173153171-
CMYK00.120.010.32
HSL306º10.87%63.92%-
HSV(B)306º11.56%67.84%-
XYZ35.9834.6143.31-
YUV161.03133.63136.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.81%
GREEN value IS 153 (60.16% from 255) = 30.78%
BLUE value IS 171 (67.19% from 255) = 34.41%
R=34.81%
G=30.78%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315317100.120.010.3230610.8763.92
HexAD99AB0C120132b40
Octal25523125301414046213100
Binary10101101100110011010101101100110000010011001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD99AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD99AB; }

 p { color: rgb(173,153,171); }

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

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

 a { background-color: rgb(173,153,171); }

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

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

 span { border-color: rgb(173,153,171); }

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