Html Css Color HEX #AD9CAE London Hue

📋 copy color: '#AD9CAE'

red 173 ◦ green 156 ◦ blue 174

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

Shades of London Hue #AD9CAE

Tints of London Hue #AD9CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.59%

R = 34.39%
G = 31.01%
B = 34.59%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD9CAE (or 0xAD9CAE) is known color: London Hue. HEX triplet: AD, 9C and AE. RGB value is (173,156,174). Sum of RGB (Red+Green+Blue) = 173+156+174=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD9CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9CAE is #526351. Grayscale: #A3A3A3. Windows color (decimal): -5399378 or 11443373. OLE color: 11443373.

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

Color convert

RGB 173 156 174 -
CMYK 0.01 0.10 0 0.32
HSL 296.67º 0.1% 0.65% -
HSV(B) 296.67º 0.1% 0.68% -
XYZ 36.76 35.72 45 -
YUV 163.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 173 156 174 0.01 0.10 0 0.32 296.67 0.1 0.65
Hex AD 9C AE 1 A 0 20 129 A 41
Octal 255 234 256 1 12 0 40 451 12 101
Binary 10101101 10011100 10101110 1 1010 0 100000 100101001 1010 1000001

Color Harmonies of #AD9CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9CAE

Black with #AD9CAE

Text Example


Text Example

White with #AD9CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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