#AD9CAE

Color #AD9CAE London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #AD9CAE

Tints of London Hue #AD9CAE

Color information

#AD9CAE (or 0xAD9CAE) is unknown color: approx 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

RGB173156174-
CMYK0.010.1000.32
HSL296.67º10%64.71%-
HSV(B)296.67º10.34%68.24%-
XYZ36.7635.7245-
YUV163.14134.13135.04-

RGB Variations

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

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 (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731561740.010.1000.32296.671064.71
HexAD9CAE1A020129a41
Octal25523425611204045112101
Binary10101101100111001010111011010010000010010100110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>