Html Css Color HEX #AD9CAA London Hue

📋 copy color: '#AD9CAA'

red 173 ◦ green 156 ◦ blue 170

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

Shades of London Hue #AD9CAA

Tints of London Hue #AD9CAA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.26%

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

R = 34.67%
G = 31.26%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD9CAA (or 0xAD9CAA) is known color: London Hue. HEX triplet: AD, 9C and AA. RGB value is (173,156,170). Sum of RGB (Red+Green+Blue) = 173+156+170=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9CAA is #526355. Grayscale: #A2A2A2. Windows color (decimal): -5399382 or 11181229. OLE color: 11181229.

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

Color convert

RGB 173 156 170 -
CMYK 0 0.10 0.02 0.32
HSL 310.59º 0.09% 0.65% -
HSV(B) 310.59º 0.1% 0.68% -
XYZ 36.38 35.56 42.98 -
YUV 162.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 173 156 170 0 0.10 0.02 0.32 310.59 0.09 0.65
Hex AD 9C AA 0 A 2 20 137 9 41
Octal 255 234 252 0 12 2 40 467 11 101
Binary 10101101 10011100 10101010 0 1010 10 100000 100110111 1001 1000001

Color Harmonies of #AD9CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9CAA

Black with #AD9CAA

Text Example


Text Example

White with #AD9CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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