#AD96AC

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

Shades of London Hue #AD96AC

Tints of London Hue #AD96AC

Color information

#AD96AC (or 0xAD96AC) is unknown color: approx London Hue. HEX triplet: AD, 96 and AC. RGB value is (173,150,172). Sum of RGB (Red+Green+Blue) = 173+150+172=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 173 - color contains mainly: red. Hex color #AD96AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD96AC is #526953. Grayscale: #9F9F9F. Windows color (decimal): -5400916 or 11310765. OLE color: 11310765.

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

Color convert

RGB173150172-
CMYK00.130.010.32
HSL302.61º12.3%63.33%-
HSV(B)302.61º13.29%67.84%-
XYZ35.5933.6843.65-
YUV159.38135.12137.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.95%
GREEN value IS 150 (58.98% from 255) = 30.30%
BLUE value IS 172 (67.58% from 255) = 34.75%
R=34.95%
G=30.30%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315017200.130.010.32302.6112.363.33
HexAD96AC0D12012fc3f
Octal2552262540151404571477
Binary1010110110010110101011000110111000001001011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD96AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD96AC; }

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

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

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

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

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

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

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

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