Html Css Color HEX #AD9AA9 London Hue

📋 copy color: '#AD9AA9'

red 173 ◦ green 154 ◦ blue 169

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

Shades of London Hue #AD9AA9

Tints of London Hue #AD9AA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 34.07%

R = 34.88%
G = 31.05%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD9AA9 (or 0xAD9AA9) is known color: London Hue. HEX triplet: AD, 9A and A9. RGB value is (173,154,169). Sum of RGB (Red+Green+Blue) = 173+154+169=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 169 (66.41% from 255 or 34.07% from 496); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9AA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9AA9 is #526556. Grayscale: #A1A1A1. Windows color (decimal): -5399895 or 11115181. OLE color: 11115181.

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

Color convert

RGB 173 154 169 -
CMYK 0 0.11 0.02 0.32
HSL 312.63º 0.1% 0.64% -
HSV(B) 312.63º 0.11% 0.68% -
XYZ 35.95 34.86 42.37 -
YUV 161.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 173 154 169 0 0.11 0.02 0.32 312.63 0.1 0.64
Hex AD 9A A9 0 B 2 20 139 A 40
Octal 255 232 251 0 13 2 40 471 12 100
Binary 10101101 10011010 10101001 0 1011 10 100000 100111001 1010 1000000

Color Harmonies of #AD9AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9AA9

Black with #AD9AA9

Text Example


Text Example

White with #AD9AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9AA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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