Html Css Color HEX #AD9DAB London Hue

📋 copy color: '#AD9DAB'

red 173 ◦ green 157 ◦ blue 171

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

Shades of London Hue #AD9DAB

Tints of London Hue #AD9DAB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.34%

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

R = 34.53%
G = 31.34%
B = 34.13%

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

#AD9DAB (or 0xAD9DAB) is known color: London Hue. HEX triplet: AD, 9D and AB. RGB value is (173,157,171). Sum of RGB (Red+Green+Blue) = 173+157+171=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9DAB is #526254. Grayscale: #A3A3A3. Windows color (decimal): -5399125 or 11247021. OLE color: 11247021.

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

Color convert

RGB 173 157 171 -
CMYK 0 0.09 0.01 0.32
HSL 307.5º 0.09% 0.65% -
HSV(B) 307.5º 0.09% 0.68% -
XYZ 36.64 35.94 43.53 -
YUV 163.38 132.3 134.86 -
System Red Green Blue C M Y K H S L
Decimal 173 157 171 0 0.09 0.01 0.32 307.5 0.09 0.65
Hex AD 9D AB 0 9 1 20 134 9 41
Octal 255 235 253 0 11 1 40 464 11 101
Binary 10101101 10011101 10101011 0 1001 1 100000 100110100 1001 1000001

Color Harmonies of #AD9DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9DAB

Black with #AD9DAB

Text Example


Text Example

White with #AD9DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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