Html Css Color HEX #AD96AB London Hue

📋 copy color: '#AD96AB'

red 173 ◦ green 150 ◦ blue 171

#AD96AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #AD96AB

Tints of London Hue #AD96AB

RGB

 RED value IS 173 (67.97% from 255) = 35.02%

 GREEN value IS 150 (58.98% from 255) = 30.36%

 BLUE value IS 171 (67.19% from 255) = 34.62%

R = 35.02%
G = 30.36%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD96AB (or 0xAD96AB) is known color: London Hue. HEX triplet: AD, 96 and AB. RGB value is (173,150,171). Sum of RGB (Red+Green+Blue) = 173+150+171=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 173 - color contains mainly: red. Hex color #AD96AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD96AB is #526954. Grayscale: #9F9F9F. Windows color (decimal): -5400917 or 11245229. OLE color: 11245229.

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

Color convert

RGB 173 150 171 -
CMYK 0 0.13 0.01 0.32
HSL 305.22º 0.12% 0.63% -
HSV(B) 305.22º 0.13% 0.68% -
XYZ 35.49 33.64 43.15 -
YUV 159.27 134.62 137.79 -
System Red Green Blue C M Y K H S L
Decimal 173 150 171 0 0.13 0.01 0.32 305.22 0.12 0.63
Hex AD 96 AB 0 D 1 20 131 C 3F
Octal 255 226 253 0 15 1 40 461 14 77
Binary 10101101 10010110 10101011 0 1101 1 100000 100110001 1100 111111

Color Harmonies of #AD96AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD96AB

Black with #AD96AB

Text Example


Text Example

White with #AD96AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD96AB; }

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

 H1.HeaderClassName
 {
   color: #AD96AB;
 }
 .AnyTagClassName
 {
   color: #AD96AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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