#AD96A5

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

Shades of London Hue #AD96A5

Tints of London Hue #AD96A5

Color information

#AD96A5 (or 0xAD96A5) is unknown color: approx London Hue. HEX triplet: AD, 96 and A5. RGB value is (173,150,165). Sum of RGB (Red+Green+Blue) = 173+150+165=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 165 (64.84% from 255 or 33.81% from 488); Max value from RGB is 173 - color contains mainly: red. Hex color #AD96A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD96A5 is #52695A. Grayscale: #9E9E9E. Windows color (decimal): -5400923 or 10852013. OLE color: 10852013.

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

Color convert

RGB173150165-
CMYK00.130.050.32
HSL320.87º12.3%63.33%-
HSV(B)320.87º13.29%67.84%-
XYZ34.9333.4140.21-
YUV158.59131.62138.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.45%
GREEN value IS 150 (58.98% from 255) = 30.74%
BLUE value IS 165 (64.84% from 255) = 33.81%
R=35.45%
G=30.74%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315016500.130.050.32320.8712.363.33
HexAD96A50D520141c3f
Octal2552262450155405011477
Binary101011011001011010100101011011011000001010000011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD96A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD96A5; }

 p { color: rgb(173,150,165); }

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

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

 a { background-color: rgb(173,150,165); }

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

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

 span { border-color: rgb(173,150,165); }

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