#AC93A8

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

Shades of London Hue #AC93A8

Tints of London Hue #AC93A8

Color information

#AC93A8 (or 0xAC93A8) is unknown color: approx London Hue. HEX triplet: AC, 93 and A8. RGB value is (172,147,168). Sum of RGB (Red+Green+Blue) = 172+147+168=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 172 - color contains mainly: red. Hex color #AC93A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC93A8 is #536C57. Grayscale: #9C9C9C. Windows color (decimal): -5467224 or 11047852. OLE color: 11047852.

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

Color convert

RGB172147168-
CMYK00.150.020.33
HSL309.6º13.09%62.55%-
HSV(B)309.6º14.53%67.45%-
XYZ34.5132.4741.49-
YUV156.87134.28138.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.32%
GREEN value IS 147 (57.81% from 255) = 30.18%
BLUE value IS 168 (66.02% from 255) = 34.50%
R=35.32%
G=30.18%
B=34.50%

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
Decimal17214716800.150.020.33309.613.0962.55
HexAC93A80F221136d3f
Octal2542232500172414661577
Binary10101100100100111010100001111101000011001101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC93A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC93A8; }

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

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

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

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

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

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

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

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