Html Css Color HEX #AD9EAA London Hue

📋 copy color: '#AD9EAA'

red 173 ◦ green 158 ◦ blue 170

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

Shades of London Hue #AD9EAA

Tints of London Hue #AD9EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.93%

R = 34.53%
G = 31.54%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD9EAA (or 0xAD9EAA) is known color: London Hue. HEX triplet: AD, 9E and AA. RGB value is (173,158,170). Sum of RGB (Red+Green+Blue) = 173+158+170=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9EAA is #526155. Grayscale: #A3A3A3. Windows color (decimal): -5398870 or 11181741. OLE color: 11181741.

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

Color convert

RGB 173 158 170 -
CMYK 0 0.09 0.02 0.32
HSL 312º 0.08% 0.65% -
HSV(B) 312º 0.09% 0.68% -
XYZ 36.72 36.24 43.09 -
YUV 163.85 131.47 134.52 -
System Red Green Blue C M Y K H S L
Decimal 173 158 170 0 0.09 0.02 0.32 312 0.08 0.65
Hex AD 9E AA 0 9 2 20 138 8 41
Octal 255 236 252 0 11 2 40 470 10 101
Binary 10101101 10011110 10101010 0 1001 10 100000 100111000 1000 1000001

Color Harmonies of #AD9EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9EAA

Black with #AD9EAA

Text Example


Text Example

White with #AD9EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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