#AC93A6

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

Shades of London Hue #AC93A6

Tints of London Hue #AC93A6

Color information

#AC93A6 (or 0xAC93A6) is unknown color: approx London Hue. HEX triplet: AC, 93 and A6. RGB value is (172,147,166). Sum of RGB (Red+Green+Blue) = 172+147+166=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 166 (65.23% from 255 or 34.23% from 485); Max value from RGB is 172 - color contains mainly: red. Hex color #AC93A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC93A6 is #536C59. Grayscale: #9C9C9C. Windows color (decimal): -5467226 or 10916780. OLE color: 10916780.

HSL color Cylindrical-coordinate representation of color #AC93A6: hue angle of 314.4º 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 #AC93A6 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB172147166-
CMYK00.150.030.33
HSL314.4º13.09%62.55%-
HSV(B)314.4º14.53%67.45%-
XYZ34.3332.3940.52-
YUV156.64133.28138.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.46%
GREEN value IS 147 (57.81% from 255) = 30.31%
BLUE value IS 166 (65.23% from 255) = 34.23%
R=35.46%
G=30.31%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214716600.150.030.33314.413.0962.55
HexAC93A60F32113ad3f
Octal2542232460173414721577
Binary10101100100100111010011001111111000011001110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC93A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC93A6; }

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

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

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

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

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

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

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

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