Html Css Color HEX #AD9BAE London Hue

📋 copy color: '#AD9BAE'

red 173 ◦ green 155 ◦ blue 174

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

Shades of London Hue #AD9BAE

Tints of London Hue #AD9BAE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.88%

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

R = 34.46%
G = 30.88%
B = 34.66%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD9BAE (or 0xAD9BAE) is known color: London Hue. HEX triplet: AD, 9B and AE. RGB value is (173,155,174). Sum of RGB (Red+Green+Blue) = 173+155+174=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD9BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9BAE is #526451. Grayscale: #A2A2A2. Windows color (decimal): -5399634 or 11443117. OLE color: 11443117.

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

Color convert

RGB 173 155 174 -
CMYK 0.01 0.11 0 0.32
HSL 296.84º 0.1% 0.65% -
HSV(B) 296.84º 0.11% 0.68% -
XYZ 36.59 35.38 44.95 -
YUV 162.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 173 155 174 0.01 0.11 0 0.32 296.84 0.1 0.65
Hex AD 9B AE 1 B 0 20 129 A 41
Octal 255 233 256 1 13 0 40 451 12 101
Binary 10101101 10011011 10101110 1 1011 0 100000 100101001 1010 1000001

Color Harmonies of #AD9BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9BAE

Black with #AD9BAE

Text Example


Text Example

White with #AD9BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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