#AD96A7

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

Shades of London Hue #AD96A7

Tints of London Hue #AD96A7

Color information

#AD96A7 (or 0xAD96A7) is unknown color: approx London Hue. HEX triplet: AD, 96 and A7. RGB value is (173,150,167). Sum of RGB (Red+Green+Blue) = 173+150+167=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 167 (65.62% from 255 or 34.08% from 490); Max value from RGB is 173 - color contains mainly: red. Hex color #AD96A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD96A7 is #526958. Grayscale: #9E9E9E. Windows color (decimal): -5400921 or 10983085. OLE color: 10983085.

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

Color convert

RGB173150167-
CMYK00.130.030.32
HSL315.65º12.3%63.33%-
HSV(B)315.65º13.29%67.84%-
XYZ35.1133.4941.17-
YUV158.82132.62138.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.31%
GREEN value IS 150 (58.98% from 255) = 30.61%
BLUE value IS 167 (65.62% from 255) = 34.08%
R=35.31%
G=30.61%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315016700.130.030.32315.6512.363.33
HexAD96A70D32013cc3f
Octal2552262470153404741477
Binary10101101100101101010011101101111000001001111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD96A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD96A7; }

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

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

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

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

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

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

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

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