Html Css Color HEX #AD9DAC London Hue

📋 copy color: '#AD9DAC'

red 173 ◦ green 157 ◦ blue 172

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

Shades of London Hue #AD9DAC

Tints of London Hue #AD9DAC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.27%

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

R = 34.46%
G = 31.27%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD9DAC (or 0xAD9DAC) is known color: London Hue. HEX triplet: AD, 9D and AC. RGB value is (173,157,172). Sum of RGB (Red+Green+Blue) = 173+157+172=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9DAC is #526253. Grayscale: #A3A3A3. Windows color (decimal): -5399124 or 11312557. OLE color: 11312557.

HSL color Cylindrical-coordinate representation of color #AD9DAC: hue angle of 303.75º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AD9DAC is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 157 172 -
CMYK 0 0.09 0.01 0.32
HSL 303.75º 0.09% 0.65% -
HSV(B) 303.75º 0.09% 0.68% -
XYZ 36.74 35.98 44.04 -
YUV 163.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 173 157 172 0 0.09 0.01 0.32 303.75 0.09 0.65
Hex AD 9D AC 0 9 1 20 130 9 41
Octal 255 235 254 0 11 1 40 460 11 101
Binary 10101101 10011101 10101100 0 1001 1 100000 100110000 1001 1000001

Color Harmonies of #AD9DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9DAC

Black with #AD9DAC

Text Example


Text Example

White with #AD9DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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