#AD99A7

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

Shades of London Hue #AD99A7

Tints of London Hue #AD99A7

Color information

#AD99A7 (or 0xAD99A7) is unknown color: approx London Hue. HEX triplet: AD, 99 and A7. RGB value is (173,153,167). Sum of RGB (Red+Green+Blue) = 173+153+167=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 167 (65.62% from 255 or 33.87% from 493); Max value from RGB is 173 - color contains mainly: red. Hex color #AD99A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD99A7 is #526658. Grayscale: #A0A0A0. Windows color (decimal): -5400153 or 10983853. OLE color: 10983853.

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

Color convert

RGB173153167-
CMYK00.120.030.32
HSL318º10.87%63.92%-
HSV(B)318º11.56%67.84%-
XYZ35.634.4641.33-
YUV160.58131.63136.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.09%
GREEN value IS 153 (60.16% from 255) = 31.03%
BLUE value IS 167 (65.62% from 255) = 33.87%
R=35.09%
G=31.03%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315316700.120.030.3231810.8763.92
HexAD99A70C32013eb40
Octal25523124701434047613100
Binary101011011001100110100111011001110000010011111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD99A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD99A7; }

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

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

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

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

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

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

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

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