Html Css Color HEX #AD9FA9 London Hue

📋 copy color: '#AD9FA9'

red 173 ◦ green 159 ◦ blue 169

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

Shades of London Hue #AD9FA9

Tints of London Hue #AD9FA9

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.74%

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

R = 34.53%
G = 31.74%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD9FA9 (or 0xAD9FA9) is known color: London Hue. HEX triplet: AD, 9F and A9. RGB value is (173,159,169). Sum of RGB (Red+Green+Blue) = 173+159+169=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 169 (66.41% from 255 or 33.73% from 501); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9FA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9FA9 is #526056. Grayscale: #A4A4A4. Windows color (decimal): -5398615 or 11116461. OLE color: 11116461.

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

Color convert

RGB 173 159 169 -
CMYK 0 0.08 0.02 0.32
HSL 317.14º 0.08% 0.65% -
HSV(B) 317.14º 0.08% 0.68% -
XYZ 36.79 36.55 42.65 -
YUV 164.33 130.64 134.19 -
System Red Green Blue C M Y K H S L
Decimal 173 159 169 0 0.08 0.02 0.32 317.14 0.08 0.65
Hex AD 9F A9 0 8 2 20 13D 8 41
Octal 255 237 251 0 10 2 40 475 10 101
Binary 10101101 10011111 10101001 0 1000 10 100000 100111101 1000 1000001

Color Harmonies of #AD9FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9FA9

Black with #AD9FA9

Text Example


Text Example

White with #AD9FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9FA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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