Html Css Color HEX #AD9EAB London Hue

📋 copy color: '#AD9EAB'

red 173 ◦ green 158 ◦ blue 171

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

Shades of London Hue #AD9EAB

Tints of London Hue #AD9EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.06%

R = 34.46%
G = 31.47%
B = 34.06%

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

#AD9EAB (or 0xAD9EAB) is known color: London Hue. HEX triplet: AD, 9E and AB. RGB value is (173,158,171). Sum of RGB (Red+Green+Blue) = 173+158+171=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9EAB is #526154. Grayscale: #A3A3A3. Windows color (decimal): -5398869 or 11247277. OLE color: 11247277.

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

Color convert

RGB 173 158 171 -
CMYK 0 0.09 0.01 0.32
HSL 308º 0.08% 0.65% -
HSV(B) 308º 0.09% 0.68% -
XYZ 36.81 36.28 43.59 -
YUV 163.97 131.97 134.44 -
System Red Green Blue C M Y K H S L
Decimal 173 158 171 0 0.09 0.01 0.32 308 0.08 0.65
Hex AD 9E AB 0 9 1 20 134 8 41
Octal 255 236 253 0 11 1 40 464 10 101
Binary 10101101 10011110 10101011 0 1001 1 100000 100110100 1000 1000001

Color Harmonies of #AD9EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9EAB

Black with #AD9EAB

Text Example


Text Example

White with #AD9EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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