#AD9CAF

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

Shades of London Hue #AD9CAF

Tints of London Hue #AD9CAF

Color information

#AD9CAF (or 0xAD9CAF) is unknown color: approx London Hue. HEX triplet: AD, 9C and AF. RGB value is (173,156,175). Sum of RGB (Red+Green+Blue) = 173+156+175=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD9CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9CAF is #526350. Grayscale: #A3A3A3. Windows color (decimal): -5399377 or 11508909. OLE color: 11508909.

HSL color Cylindrical-coordinate representation of color #AD9CAF: hue angle of 293.68º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AD9CAF is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB173156175-
CMYK0.010.1100.31
HSL293.68º10.61%64.9%-
HSV(B)293.68º10.86%68.63%-
XYZ36.8635.7645.52-
YUV163.25134.63134.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.33%
GREEN value IS 156 (61.33% from 255) = 30.95%
BLUE value IS 175 (68.75% from 255) = 34.72%
R=34.33%
G=30.95%
B=34.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731561750.010.1100.31293.6810.6164.9
HexAD9CAF1B01F126b41
Octal25523425711303744613101
Binary1010110110011100101011111101101111110010011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9CAF; }

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

 H1.HeaderClassName
 {
   color: #AD9CAF;
 }
 .AnyTagClassName
 {
   color: #AD9CAF;
 }
</style>
background-color css

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

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

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

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

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

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