#AC94AF

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

Shades of London Hue #AC94AF

Tints of London Hue #AC94AF

Color information

#AC94AF (or 0xAC94AF) is unknown color: approx London Hue. HEX triplet: AC, 94 and AF. RGB value is (172,148,175). Sum of RGB (Red+Green+Blue) = 172+148+175=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC94AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC94AF is #536B50. Grayscale: #9E9E9E. Windows color (decimal): -5466961 or 11506860. OLE color: 11506860.

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

Color convert

RGB172148175-
CMYK0.020.1500.31
HSL293.33º14.44%63.33%-
HSV(B)293.33º15.43%68.63%-
XYZ35.3433.0545.07-
YUV158.25137.45137.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.75%
GREEN value IS 148 (58.20% from 255) = 29.90%
BLUE value IS 175 (68.75% from 255) = 35.35%
R=34.75%
G=29.90%
B=35.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721481750.020.1500.31293.3314.4463.33
HexAC94AF2F01F125e3f
Octal2542242572170374451677
Binary1010110010010100101011111011110111111001001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC94AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC94AF; }

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

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

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

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

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

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

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

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