#AC9DAD

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

Shades of London Hue #AC9DAD

Tints of London Hue #AC9DAD

Color information

#AC9DAD (or 0xAC9DAD) is unknown color: approx London Hue. HEX triplet: AC, 9D and AD. RGB value is (172,157,173). Sum of RGB (Red+Green+Blue) = 172+157+173=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC9DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9DAD is #536252. Grayscale: #A3A3A3. Windows color (decimal): -5464659 or 11378092. OLE color: 11378092.

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

Color convert

RGB172157173-
CMYK0.010.0900.32
HSL296.25º8.89%64.71%-
HSV(B)296.25º9.25%67.84%-
XYZ36.6135.944.54-
YUV163.31133.47134.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.26%
GREEN value IS 157 (61.72% from 255) = 31.27%
BLUE value IS 173 (67.97% from 255) = 34.46%
R=34.26%
G=31.27%
B=34.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721571730.010.0900.32296.258.8964.71
HexAC9DAD19020128941
Octal25423525511104045011101
Binary10101100100111011010110111001010000010010100010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9DAD; }

 p { color: rgb(172,157,173); }

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

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

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

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

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

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

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