#AD9CAB

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

Shades of London Hue #AD9CAB

Tints of London Hue #AD9CAB

Color information

#AD9CAB (or 0xAD9CAB) is unknown color: approx London Hue. HEX triplet: AD, 9C and AB. RGB value is (173,156,171). Sum of RGB (Red+Green+Blue) = 173+156+171=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9CAB is #526354. Grayscale: #A2A2A2. Windows color (decimal): -5399381 or 11246765. OLE color: 11246765.

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

Color convert

RGB173156171-
CMYK00.100.010.32
HSL307.06º9.39%64.51%-
HSV(B)307.06º9.83%67.84%-
XYZ36.4735.643.48-
YUV162.79132.63135.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.6%
GREEN value IS 156 (61.33% from 255) = 31.2%
BLUE value IS 171 (67.19% from 255) = 34.2%
R=34.6%
G=31.2%
B=34.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315617100.100.010.32307.069.3964.51
HexAD9CAB0A120133941
Octal25523425301214046311101
Binary10101101100111001010101101010110000010011001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9CAB; }

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

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

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

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

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

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

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

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