Html Css Color HEX #AD96AC London Hue

📋 copy color: '#AD96AC'

red 173 ◦ green 150 ◦ blue 172

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

Shades of London Hue #AD96AC

Tints of London Hue #AD96AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.75%

R = 34.95%
G = 30.3%
B = 34.75%

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

#AD96AC (or 0xAD96AC) is known color: 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

RGB 173 150 172 -
CMYK 0 0.13 0.01 0.32
HSL 302.61º 0.12% 0.63% -
HSV(B) 302.61º 0.13% 0.68% -
XYZ 35.59 33.68 43.65 -
YUV 159.39 135.12 137.71 -
System Red Green Blue C M Y K H S L
Decimal 173 150 172 0 0.13 0.01 0.32 302.61 0.12 0.63
Hex AD 96 AC 0 D 1 20 12F C 3F
Octal 255 226 254 0 15 1 40 457 14 77
Binary 10101101 10010110 10101100 0 1101 1 100000 100101111 1100 111111

Color Harmonies of #AD96AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD96AC

Black with #AD96AC

Text Example


Text Example

White with #AD96AC

Text Example


Text Example

HTML Codes & Css Web 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>