Html Css Color HEX #AD9FAA London Hue

📋 copy color: '#AD9FAA'

red 173 ◦ green 159 ◦ blue 170

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

Shades of London Hue #AD9FAA

Tints of London Hue #AD9FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.86%

R = 34.46%
G = 31.67%
B = 33.86%

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

#AD9FAA (or 0xAD9FAA) is known color: London Hue. HEX triplet: AD, 9F and AA. RGB value is (173,159,170). Sum of RGB (Red+Green+Blue) = 173+159+170=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9FAA is #526055. Grayscale: #A4A4A4. Windows color (decimal): -5398614 or 11181997. OLE color: 11181997.

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

Color convert

RGB 173 159 170 -
CMYK 0 0.08 0.02 0.32
HSL 312.86º 0.08% 0.65% -
HSV(B) 312.86º 0.08% 0.68% -
XYZ 36.89 36.58 43.15 -
YUV 164.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 173 159 170 0 0.08 0.02 0.32 312.86 0.08 0.65
Hex AD 9F AA 0 8 2 20 139 8 41
Octal 255 237 252 0 10 2 40 471 10 101
Binary 10101101 10011111 10101010 0 1000 10 100000 100111001 1000 1000001

Color Harmonies of #AD9FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9FAA

Black with #AD9FAA

Text Example


Text Example

White with #AD9FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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