#AC93AB

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

Shades of London Hue #AC93AB

Tints of London Hue #AC93AB

Color information

#AC93AB (or 0xAC93AB) is unknown color: approx London Hue. HEX triplet: AC, 93 and AB. RGB value is (172,147,171). Sum of RGB (Red+Green+Blue) = 172+147+171=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 172 - color contains mainly: red. Hex color #AC93AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC93AB is #536C54. Grayscale: #9D9D9D. Windows color (decimal): -5467221 or 11244460. OLE color: 11244460.

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

Color convert

RGB172147171-
CMYK00.150.010.33
HSL302.4º13.09%62.55%-
HSV(B)302.4º14.53%67.45%-
XYZ34.832.5842.98-
YUV157.21135.78138.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.10%
GREEN value IS 147 (57.81% from 255) = 30%
BLUE value IS 171 (67.19% from 255) = 34.90%
R=35.10%
G=30%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214717100.150.010.33302.413.0962.55
HexAC93AB0F12112ed3f
Octal2542232530171414561577
Binary1010110010010011101010110111111000011001011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC93AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC93AB; }

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

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

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

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

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

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

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

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