Html Css Color HEX #AD9AAB London Hue

📋 copy color: '#AD9AAB'

red 173 ◦ green 154 ◦ blue 171

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

Shades of London Hue #AD9AAB

Tints of London Hue #AD9AAB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.92%

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

R = 34.74%
G = 30.92%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD9AAB (or 0xAD9AAB) is known color: London Hue. HEX triplet: AD, 9A and AB. RGB value is (173,154,171). Sum of RGB (Red+Green+Blue) = 173+154+171=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9AAB is #526554. Grayscale: #A1A1A1. Windows color (decimal): -5399893 or 11246253. OLE color: 11246253.

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

Color convert

RGB 173 154 171 -
CMYK 0 0.11 0.01 0.32
HSL 306.32º 0.1% 0.64% -
HSV(B) 306.32º 0.11% 0.68% -
XYZ 36.14 34.94 43.37 -
YUV 161.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 173 154 171 0 0.11 0.01 0.32 306.32 0.1 0.64
Hex AD 9A AB 0 B 1 20 132 A 40
Octal 255 232 253 0 13 1 40 462 12 100
Binary 10101101 10011010 10101011 0 1011 1 100000 100110010 1010 1000000

Color Harmonies of #AD9AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9AAB

Black with #AD9AAB

Text Example


Text Example

White with #AD9AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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