Html Css Color HEX #AD9EAE London Hue

📋 copy color: '#AD9EAE'

red 173 ◦ green 158 ◦ blue 174

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

Shades of London Hue #AD9EAE

Tints of London Hue #AD9EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.46%

R = 34.26%
G = 31.29%
B = 34.46%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD9EAE (or 0xAD9EAE) is known color: London Hue. HEX triplet: AD, 9E and AE. RGB value is (173,158,174). Sum of RGB (Red+Green+Blue) = 173+158+174=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD9EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9EAE is #526151. Grayscale: #A4A4A4. Windows color (decimal): -5398866 or 11443885. OLE color: 11443885.

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

Color convert

RGB 173 158 174 -
CMYK 0.01 0.09 0 0.32
HSL 296.25º 0.09% 0.65% -
HSV(B) 296.25º 0.09% 0.68% -
XYZ 37.1 36.39 45.11 -
YUV 164.31 133.47 134.2 -
System Red Green Blue C M Y K H S L
Decimal 173 158 174 0.01 0.09 0 0.32 296.25 0.09 0.65
Hex AD 9E AE 1 9 0 20 128 9 41
Octal 255 236 256 1 11 0 40 450 11 101
Binary 10101101 10011110 10101110 1 1001 0 100000 100101000 1001 1000001

Color Harmonies of #AD9EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9EAE

Black with #AD9EAE

Text Example


Text Example

White with #AD9EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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