Html Css Color HEX #AD9EAC London Hue

📋 copy color: '#AD9EAC'

red 173 ◦ green 158 ◦ blue 172

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

Shades of London Hue #AD9EAC

Tints of London Hue #AD9EAC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.41%

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

R = 34.39%
G = 31.41%
B = 34.19%

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

#AD9EAC (or 0xAD9EAC) is known color: London Hue. HEX triplet: AD, 9E and AC. RGB value is (173,158,172). Sum of RGB (Red+Green+Blue) = 173+158+172=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9EAC is #526153. Grayscale: #A4A4A4. Windows color (decimal): -5398868 or 11312813. OLE color: 11312813.

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

Color convert

RGB 173 158 172 -
CMYK 0 0.09 0.01 0.32
HSL 304º 0.08% 0.65% -
HSV(B) 304º 0.09% 0.68% -
XYZ 36.91 36.32 44.09 -
YUV 164.08 132.47 134.36 -
System Red Green Blue C M Y K H S L
Decimal 173 158 172 0 0.09 0.01 0.32 304 0.08 0.65
Hex AD 9E AC 0 9 1 20 130 8 41
Octal 255 236 254 0 11 1 40 460 10 101
Binary 10101101 10011110 10101100 0 1001 1 100000 100110000 1000 1000001

Color Harmonies of #AD9EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9EAC

Black with #AD9EAC

Text Example


Text Example

White with #AD9EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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