#AC93A9

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

Shades of London Hue #AC93A9

Tints of London Hue #AC93A9

Color information

#AC93A9 (or 0xAC93A9) is unknown color: approx London Hue. HEX triplet: AC, 93 and A9. RGB value is (172,147,169). Sum of RGB (Red+Green+Blue) = 172+147+169=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 169 (66.41% from 255 or 34.63% from 488); Max value from RGB is 172 - color contains mainly: red. Hex color #AC93A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC93A9 is #536C56. Grayscale: #9C9C9C. Windows color (decimal): -5467223 or 11113388. OLE color: 11113388.

HSL color Cylindrical-coordinate representation of color #AC93A9: hue angle of 307.2º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AC93A9 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB172147169-
CMYK00.150.020.33
HSL307.2º13.09%62.55%-
HSV(B)307.2º14.53%67.45%-
XYZ34.6132.541.99-
YUV156.98134.78138.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.25%
GREEN value IS 147 (57.81% from 255) = 30.12%
BLUE value IS 169 (66.41% from 255) = 34.63%
R=35.25%
G=30.12%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214716900.150.020.33307.213.0962.55
HexAC93A90F221133d3f
Octal2542232510172414631577
Binary10101100100100111010100101111101000011001100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC93A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC93A9; }

 p { color: rgb(172,147,169); }

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

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

 a { background-color: rgb(172,147,169); }

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

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

 span { border-color: rgb(172,147,169); }

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