Html Css Color HEX #AD9CAC London Hue

📋 copy color: '#AD9CAC'

red 173 ◦ green 156 ◦ blue 172

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

Shades of London Hue #AD9CAC

Tints of London Hue #AD9CAC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.14%

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

R = 34.53%
G = 31.14%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD9CAC (or 0xAD9CAC) is known color: London Hue. HEX triplet: AD, 9C and AC. RGB value is (173,156,172). Sum of RGB (Red+Green+Blue) = 173+156+172=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9CAC is #526353. Grayscale: #A2A2A2. Windows color (decimal): -5399380 or 11312301. OLE color: 11312301.

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

Color convert

RGB 173 156 172 -
CMYK 0 0.10 0.01 0.32
HSL 303.53º 0.09% 0.65% -
HSV(B) 303.53º 0.1% 0.68% -
XYZ 36.57 35.64 43.98 -
YUV 162.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 173 156 172 0 0.10 0.01 0.32 303.53 0.09 0.65
Hex AD 9C AC 0 A 1 20 130 9 41
Octal 255 234 254 0 12 1 40 460 11 101
Binary 10101101 10011100 10101100 0 1010 1 100000 100110000 1001 1000001

Color Harmonies of #AD9CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9CAC

Black with #AD9CAC

Text Example


Text Example

White with #AD9CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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