#AD9CAD

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

Shades of London Hue #AD9CAD

Tints of London Hue #AD9CAD

Color information

#AD9CAD (or 0xAD9CAD) is unknown color: approx London Hue. HEX triplet: AD, 9C and AD. RGB value is (173,156,173). Sum of RGB (Red+Green+Blue) = 173+156+173=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD9CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9CAD is #526352. Grayscale: #A2A2A2. Windows color (decimal): -5399379 or 11377837. OLE color: 11377837.

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

Color convert

RGB173156173-
CMYK00.1000.32
HSL300º9.39%64.51%-
HSV(B)300º9.83%67.84%-
XYZ36.6635.6844.49-
YUV163.02133.63135.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.46%
GREEN value IS 156 (61.33% from 255) = 31.08%
BLUE value IS 173 (67.97% from 255) = 34.46%
R=34.46%
G=31.08%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315617300.1000.323009.3964.51
HexAD9CAD0A02012c941
Octal25523425501204045411101
Binary10101101100111001010110101010010000010010110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9CAD; }

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

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

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

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

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

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

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

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