#AC94AB

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

Shades of London Hue #AC94AB

Tints of London Hue #AC94AB

Color information

#AC94AB (or 0xAC94AB) is unknown color: approx London Hue. HEX triplet: AC, 94 and AB. RGB value is (172,148,171). Sum of RGB (Red+Green+Blue) = 172+148+171=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 172 - color contains mainly: red. Hex color #AC94AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC94AB is #536B54. Grayscale: #9D9D9D. Windows color (decimal): -5466965 or 11244716. OLE color: 11244716.

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

Color convert

RGB172148171-
CMYK00.140.010.33
HSL302.5º12.63%62.75%-
HSV(B)302.5º13.95%67.45%-
XYZ34.9532.8943.03-
YUV157.8135.45138.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 148 (58.20% from 255) = 30.14%
BLUE value IS 171 (67.19% from 255) = 34.83%
R=35.03%
G=30.14%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214817100.140.010.33302.512.6362.75
HexAC94AB0E12112ed3f
Octal2542242530161414561577
Binary1010110010010100101010110111011000011001011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC94AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC94AB; }

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

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

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

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

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

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

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

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